File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 51
51
< div class ="navbar fixed-top navbar-expand-md navbar-light bg-{{ navbar_bg }} " id ="main-navbar ">
52
52
< a class ="navbar-brand " href ="{{ site.baseurl }}/ ">
53
53
< img src ="{{ site.baseurl }}/assets/img/logo-large.png " width ="45 " height ="45 "
54
- class ="d-inline-block align-top " alt ="{{ site.name }} ">
55
- < span class ="hidden-xs "> {{ site.name }}</ span >
54
+ class ="d-none d-sm- inline-block align-top " alt ="{{ site.name }} ">
55
+ < span class =""> {{ site.name }}</ span >
56
56
</ a >
57
57
< button class ="navbar-toggler " type ="button " data-toggle ="collapse " data-target ="#navbarSupportedContent " aria-controls ="navbarSupportedContent " aria-expanded ="false " aria-label ="Toggle navigation ">
58
58
< span class ="navbar-toggler-icon "> </ span >
Original file line number Diff line number Diff line change @@ -58,6 +58,12 @@ body {
58
58
font-family : Nexa !important ;
59
59
font-weight : bold ;
60
60
font-size : 32px ;
61
+ vertical-align : middle ;
62
+
63
+ @media (max-width : 575.98px ) {
64
+ // extra-small screens - like phone portrait mode
65
+ font-size : 20px ;
66
+ }
61
67
}
62
68
63
69
.centered {
You can’t perform that action at this time.
0 commit comments