File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 56
56
$ ( '.nwoc-drawer-item' ) . click ( function ( ) {
57
57
$ ( '.mdl-layout__drawer, .mdl-layout__obfuscator' ) . removeClass ( 'is-visible' ) ;
58
58
} ) ;
59
+ } ) ;
59
60
</ script >
60
61
</ head >
61
62
< body >
Original file line number Diff line number Diff line change 136
136
137
137
@media screen and (max-width : 961px ) {
138
138
# myBtn {
139
- bottom : 38 px ;
140
- right : 20 px ;
139
+ bottom : 15 px ;
140
+ right : 9 px ;
141
141
}
142
142
}
143
143
@@ -685,6 +685,12 @@ svg {
685
685
text-align : center;
686
686
}
687
687
688
+ .footer-contact {
689
+ background-color : # 4578e3 ;
690
+ margin : 0 ;
691
+ padding : 12px 25px ;
692
+ }
693
+
688
694
.footer-contact a {
689
695
text-decoration : none;
690
696
color : white;
@@ -693,7 +699,7 @@ svg {
693
699
text-decoration : none;
694
700
color : white;
695
701
display : inline;
696
- padding : 10 px ;
702
+ margin : 12 px ;
697
703
font-size : 1.2em ;
698
704
}
699
705
You can’t perform that action at this time.
0 commit comments