File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -282,8 +282,7 @@ html {
282
282
.sidebar-about h1 {
283
283
color : # fff ;
284
284
margin-top : 0 ;
285
- /* font-family: "Abril Fatface", sans-serif; */ /* MODIFIED */
286
- font-size : 3.25rem ;
285
+ font-size : 40px ;
287
286
}
288
287
289
288
/* Sidebar nav */
@@ -312,12 +311,12 @@ a.sidebar-nav-item:focus {
312
311
}
313
312
314
313
/* Show submenu when parent item has 'active' class */
315
- .sidebar-nav-item .active + .menu-list-child-list {
314
+ .sidebar-nav-item .active + .menu-list-child-list {
316
315
display : block;
317
316
}
318
317
319
318
.menu-list-link {
320
- color : rgba (255 , 255 , 255 , 0.5 ) !important ;
319
+ color : rgba (255 , 255 , 255 , 0.5 ) !important ;
321
320
font-size : var (--small );
322
321
}
323
322
@@ -356,11 +355,14 @@ a.sidebar-nav-item:focus {
356
355
}
357
356
}
358
357
359
- /* Hide the logo on screens with width less than 768px */
358
+ /* Hide the logo and submenu on screens with width less than 768px */
360
359
@media (max-width : 767px ) {
361
360
.logo-container {
362
361
display : none;
363
362
}
363
+ .sidebar-nav-item .active + .menu-list-child-list {
364
+ display : none;
365
+ }
364
366
}
365
367
366
368
/* Center the logo within the logo container */
You can’t perform that action at this time.
0 commit comments