Skip to content

Commit ed4f317

Browse files
style: fix margins
1 parent 9cf51ef commit ed4f317

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/homepage/menu/menu.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929
}
3030
@include utils.media(medium) {
31-
padding: 120px 25px 20px 25px;
31+
padding: 85px 25px 20px 25px;
3232
}
3333
@include utils.media(small) {
3434
width: 100%;

src/app/shared/components/toc/toc.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
padding-left: 45px;
77
box-sizing: border-box;
88
position: fixed;
9-
top: 125px;
9+
top: 90px;
1010
right: 20px;
1111
max-height: 350px;
1212
max-height: calc(100vh - 350px);

0 commit comments

Comments
 (0)