File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
2
2
< nav class ="navbar navbar-expand-lg navbar-dark ">
3
- < div class ="d-flex d-none d-sm-block d-md-none ">
3
+ < div class ="d-flex d-none d-sm-block d-md-block d-lg- none ">
4
4
< div class ="navbar-header ">
5
5
< a class ="navbar-brand " href ="/ "> < img src ="/assets/img/logo/logo.png " style ="height: 70px; width: 70px; background-color: white; " class ="mr-3 "> Py Contributors</ a >
6
6
</ div >
Original file line number Diff line number Diff line change @@ -143,4 +143,17 @@ background-attachment: fixed !important;
143
143
.brandShow {
144
144
display : none;
145
145
}
146
+ }
147
+ @media screen and (max-width : 990px ){
148
+ .navbar-brand
149
+ {
150
+ margin-right : 0 ;
151
+ }
152
+ }
153
+ @media screen and (min-width : 768px ) and (max-width : 990px )
154
+ {
155
+ .navbar-header
156
+ {
157
+ margin-left : 15rem ;
158
+ }
146
159
}
You can’t perform that action at this time.
0 commit comments