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 7bafd8e commit c664659Copy full SHA for c664659
styles/website.css
@@ -125,13 +125,18 @@ span.run-code-loading {
125
}
126
127
128
-@media screen and (min-width: 992px) {
+@media screen and (max-width: 992px) {
129
.logo {
130
content: url("/assets/software-university-logo.png");
131
+ padding-top: 0.5em;
132
+ width: 120px;
133
134
-@media screen and (min-width: 768px) {
135
+@media screen and (max-width: 768px) {
136
137
content: url("/assets/software-university-vertical-logo.png");
138
139
140
+ float: left;
141
142
0 commit comments