File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
- < nav class ="navbar navbar-expand-lg navbar-dark ">
2
+ < nav class ="navbar navbar-expand-lg navbar-dark ">
3
+ < div class ="d-flex d-none d-sm-block d-md-none ">
4
+ < div class ="navbar-header ">
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
+ </ div >
7
+ </ div >
3
8
< button class ="navbar-toggler " type ="button " data-toggle ="collapse " data-target ="#navbarColor03 " aria-controls ="navbarColor03 " aria-expanded ="false " aria-label ="Toggle navigation ">
4
9
< span class ="navbar-toggler-icon "> </ span >
5
10
</ button >
21
26
{% endif %}
22
27
</ ul >
23
28
</ div >
24
- < div class ="navbar-header ">
29
+ < div class ="navbar-header brandShow ">
25
30
< 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 >
26
31
</ div >
27
32
Original file line number Diff line number Diff line change @@ -138,4 +138,9 @@ background-attachment: fixed !important;
138
138
height : 5px ;
139
139
margin : 0 ;
140
140
flex-grow : 1 ;
141
+ }
142
+ @media screen and (max-width : 450px ) {
143
+ .brandShow {
144
+ display : none;
145
+ }
141
146
}
You can’t perform that action at this time.
0 commit comments