Skip to content

Commit ed8816d

Browse files
committed
overriding footer display:
1 parent c15b66e commit ed8816d

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

assets/css/style.scss

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33

44
@import "{{ site.theme }}";
55

6+
.page-header {
7+
background: none !important;
8+
color: #000 !important;
9+
border-top: 10px solid #399f62 !important;
10+
background-image:none !important;
11+
}
12+
613
.btn {
714
color: #fff !important;
815
background-color: #399f62 !important;
@@ -11,13 +18,6 @@
1118
border-radius: 0 !important;
1219
}
1320

14-
.page-header {
15-
background: none !important;
16-
color: #000 !important;
17-
border-top: 10px solid #399f62 !important;
18-
background-image:none !important;
19-
}
20-
2121
a {
2222
color: #268bd2 !important;
2323
}
@@ -27,6 +27,10 @@ a {
2727
border: none !important;
2828
}
2929

30+
footer {
31+
display: none !important;
32+
}
33+
3034
@media screen and (min-width: 64em) {
3135
.page-header {
3236
padding: 1rem 6rem !important;

0 commit comments

Comments
 (0)