Skip to content

Commit

Permalink
fix(plugin): fix small tablet layout
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Dec 13, 2023
1 parent 9d7dc78 commit 9bef17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/plugin.njk
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
</div>
</div>

<div class="flex flex-col w-full bg-sidebar-gradient gap-4 pl-5 border-l border-l-white-dark max-w-[330px]">
<div class="flex flex-col w-full bg-sidebar-gradient gap-4 border-l border-l-white-dark lg:pl-5 lg:max-w-[330px]">

<div class="w-full rounded-lg border border-black bg-black shadow-[0_0_5px_rgba(0,0,0,0.5)]">
<div class="flex flex-col w-full border border-gray-light rounded-lg bg-[#202020] text-white font-bold font-serif">
Expand Down

0 comments on commit 9bef17c

Please sign in to comment.