Skip to content

Commit 511d1b2

Browse files
authored
fix: smaller sidebar footer horizontal padding (sveltejs#492)
* fix: smaller sidebar footer horizontal padding * fix: fine tune it
1 parent ab57f4e commit 511d1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/tutorial/[slug]/Sidebar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
}
194194
195195
footer {
196-
padding: 1rem 3rem;
196+
padding: 1rem 2.9rem;
197197
display: flex;
198198
justify-content: space-between;
199199
background: var(--sk-back-3);

0 commit comments

Comments
 (0)