Skip to content

Commit c1776f4

Browse files
authored
Merge pull request #163 from phel-lang/fix-padding-sidebar
Fix padding sidebar on big screens
2 parents 15f3160 + 09c93ef commit c1776f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

css/components/layout.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@
126126
.two-column-layout__sidebar {
127127
order: -1;
128128
margin-bottom: 0;
129-
padding: var(--space-xl) var(--space-xl) 0 var(--space-xl);
130-
/*border-bottom: none;*/
129+
padding: var(--space-xl);
131130
border: 1px solid var(--color-light-border);
132131
position: sticky;
133132
top: calc(var(--header-height) + var(--space-xl));

0 commit comments

Comments
 (0)