File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-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,15 @@ background-attachment: fixed !important;
143
143
.brandShow {
144
144
display : none;
145
145
}
146
+ .navbar-brand
147
+ {
148
+ margin-right : 0 ;
149
+ }
150
+ }
151
+ @media screen and (min-width : 768px ) and (max-width : 990px )
152
+ {
153
+ .navbar-header
154
+ {
155
+ margin-left : 15rem ;
156
+ }
146
157
}
You can’t perform that action at this time.
0 commit comments