We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf51ef commit ed4f317Copy full SHA for ed4f317
src/app/homepage/menu/menu.component.scss
@@ -28,7 +28,7 @@
28
}
29
30
@include utils.media(medium) {
31
- padding: 120px 25px 20px 25px;
+ padding: 85px 25px 20px 25px;
32
33
@include utils.media(small) {
34
width: 100%;
src/app/shared/components/toc/toc.component.scss
@@ -6,7 +6,7 @@
6
padding-left: 45px;
7
box-sizing: border-box;
8
position: fixed;
9
- top: 125px;
+ top: 90px;
10
right: 20px;
11
max-height: 350px;
12
max-height: calc(100vh - 350px);
0 commit comments