File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ html.dark-mode {
218
218
background : white ;
219
219
padding-bottom : 1rem ;
220
220
margin-bottom : 3rem ;
221
- margin-top : -3 em ;
221
+ margin-top : 3 rem ;
222
222
z-index : 0 ;
223
223
position : relative ;
224
224
border-radius : 4px ;
Original file line number Diff line number Diff line change 23
23
{% include 'shared/head.html' %}
24
24
{% include 'shared/cards.html' %}
25
25
</ head >
26
- < body class ="{{ active }} bg-lightblue g-font-muli ">
26
+ < body class ="{{ active }} g-font-muli ">
27
27
< div class ="content__main min-vh-100 d-md-flex flex-column ">
28
28
{% include 'shared/top_nav.html' with class='d-md-flex' %}
29
29
{% include 'shared/nav.html' %}
30
30
< header class ="header ">
31
31
{% include 'shared/minihero.html' with h1='Notifications' suppress_logo=1 %}
32
32
</ header >
33
- < section class ="container inbox__notifications " id ="gc-inbox ">
33
+ < section class ="container inbox__notifications shadow-lg " id ="gc-inbox ">
34
34
35
35
< div class ="notifications_button-group ">
36
36
< div class ="align-items-center d-flex ">
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ <h1 class="minihero__title">{{h1}}</h1>
32
32
</ div >
33
33
{% else %}
34
34
< div class ="col ">
35
- < h1 class ="minihero__title mb-2 "> {{h1}}</ h1 >
35
+ < h1 class ="minihero__title mb{% if not suppress_logo %}-2{% else %}-5 mt-1{% endif %} "> {{h1}}</ h1 >
36
36
< div class ="w-100 "> </ div >
37
37
{% if not suppress_logo %}
38
38
< img class ="about-gc-logo " src ="{% static "v2 /images/new-logos/gc-h-pos.svg" %}" width="600px " />
You can’t perform that action at this time.
0 commit comments