Skip to content

Commit 9bef17c

Browse files
committed
fix(plugin): fix small tablet layout
1 parent 9d7dc78 commit 9bef17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/plugin.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
</div>
107107
</div>
108108

109-
<div class="flex flex-col w-full bg-sidebar-gradient gap-4 pl-5 border-l border-l-white-dark max-w-[330px]">
109+
<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]">
110110

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

0 commit comments

Comments
 (0)