Responsive styling changes

This commit is contained in:
Jorge Vargas 2025-02-21 13:27:08 -06:00
parent c8db1c57b4
commit 3e19a693ca
6 changed files with 7 additions and 6 deletions

View file

@ -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>