mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Responsive styling changes
This commit is contained in:
parent
c8db1c57b4
commit
3e19a693ca
6 changed files with 7 additions and 6 deletions
|
|
@ -18,7 +18,7 @@ const listClass =
|
|||
'uppercase text-3xl font-semibold w-full text-center py-3 hover:bg-dark-hover hover:text-cyan-400 hover:underline'
|
||||
---
|
||||
|
||||
<div class='w-3/12 max-w-[300px] bg-dark flex flex-col'>
|
||||
<div class='md:w-3/12 md:max-w-[300px] bg-dark flex flex-col'>
|
||||
<a href='#' class={listClass}>{m.lastAddedSidebar()}</a>
|
||||
<a href='#' class={listClass}>{m.getLucky()}</a>
|
||||
<a href='#' class={listClass}>{m.randomPull()}</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue