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