Skip to content

Commit 07d0be6

Browse files
committed
style: adjust sidebar layout for improved spacing and consistency
- Updated the top margin of the left sidebar content to enhance visual alignment. - Refined CSS classes for better layout structure without altering functionality.
1 parent dc18805 commit 07d0be6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

layouts/default.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<!-- Left Sidebar - hidden on mobile, spans row 2-4 in column 1 on desktop -->
1111
<aside
1212
id="left-sidebar"
13-
class="hidden relative sm:col-start-1 sm:row-start-2 sm:col-end-2 sm:row-end-5 sm:block"
13+
class="hidden sm:col-start-1 sm:row-start-2 sm:col-end-2 sm:row-end-5 sm:block"
1414
>
1515
<div
1616
id="left-sidebar-content"
17-
class="px-4 top-0 sticky"
17+
class="px-4 top-4 sticky"
1818
/>
1919
</aside>
2020

0 commit comments

Comments
 (0)