Skip to content

Commit cbeb2c0

Browse files
committed
Fix mons padding
1 parent 61bc30e commit cbeb2c0

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

mons/src/scss/home/banner.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,3 +328,7 @@
328328
opacity: 100% !important;
329329
}
330330
}
331+
332+
html .menu-sticky #portal-header #portal-header-top.sticky {
333+
padding: 1rem 0;
334+
}

saintvith/src/scss/main.scss

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,6 @@ $enable-roboto-webfont: false;
2020

2121
//// STYLES
2222

23-
.site-oshz,
24-
.site-cpas {
25-
.account {
26-
display: none;
27-
}
28-
29-
#portal-languageselector {
30-
.language-nl,
31-
.language-en {
32-
display: none;
33-
}
34-
}
35-
}
36-
3723
.see_all a::after {
3824
display: none;
3925
}

0 commit comments

Comments
 (0)