We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c664659 commit f2591b3Copy full SHA for f2591b3
styles/website.css
@@ -125,7 +125,7 @@ span.run-code-loading {
125
}
126
127
128
-@media screen and (max-width: 992px) {
+@media screen and (min-width: 800px) {
129
.logo {
130
content: url("/assets/software-university-logo.png");
131
padding-top: 0.5em;
@@ -136,7 +136,6 @@ span.run-code-loading {
136
137
content: url("/assets/software-university-vertical-logo.png");
138
139
- width: 120px;
140
- float: left;
+ width: 60px;
141
142
0 commit comments