File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -160,3 +160,35 @@ pre {
160160 left : auto ;
161161 }
162162}
163+
164+ @media screen and (max-width : 780px ){
165+ .navbar-item , .navbar-item a {
166+ border-top : 1px solid rgba (212 , 210 , 210 , 0.945 );
167+ padding-top : 1rem ;
168+ padding-bottom : 1rem ;
169+ }
170+
171+ .navbar-burger {
172+ cursor : pointer ;
173+ display : block ;
174+ background-color : #ebeeee ;
175+ padding : 0.5rem 0.2rem 0rem ;
176+ font-weight : 900 ;
177+ font-size : 20px ;
178+ color : rgb (64 , 60 , 60 );
179+ margin : 5px auto ;
180+ // align-items: center;
181+ box-shadow : 0 2px 5px rgba (0 , 0 , 0 , 0.2 );
182+ transition : background-color 0.3s ease-in-out ;
183+ min-width : 100px ;
184+ text-align : center ;
185+ line-height : 1 ;
186+ border-radius : 2% ;;
187+ }
188+
189+ .navbar-brand {
190+ display : flex ;
191+ justify-content : space-between ;
192+ }
193+ }
194+
You can’t perform that action at this time.
0 commit comments