File tree Expand file tree Collapse file tree 1 file changed +18
-11
lines changed Expand file tree Collapse file tree 1 file changed +18
-11
lines changed Original file line number Diff line number Diff line change @@ -106,21 +106,28 @@ span.run-code-loading {
106
106
padding-left : 1.5em ;
107
107
}
108
108
109
- @media screen and (max-width : 1000 px ) {
109
+ @media screen and (max-width : 300 px ) {
110
110
.topnav {
111
- display : grid;
112
- }
113
- .topnav a {
114
- padding-left : 0em ;
115
- padding-bottom : 0.3em ;
116
- }
117
- .logobox {
118
- padding-top : 0.3em ;
111
+ display : none;
119
112
}
120
113
}
121
114
122
- @media screen and (max-width : 300px ) {
115
+ @media screen and (max-width : 750px ) {
116
+ .logo {
117
+ content : url ("/assets/software-university-vertical-logo.svg" );
118
+ padding-top : 0.5em ;
119
+ padding-left : 1.5em ;
120
+ width : 80px ;
121
+ }
123
122
.topnav {
124
- display : none;
123
+ white-space : normal;
124
+ display : flex;
125
+ flex-direction : row;
126
+ }
127
+ .topnav a {
128
+ padding-left : 0em ;
129
+ padding-right : 1.5em ;
130
+ padding-bottom : 0.3em ;
131
+ font-size : 75%
125
132
}
126
133
}
You can’t perform that action at this time.
0 commit comments