Skip to content

Commit f2591b3

Browse files
authored
Update website.css
1 parent c664659 commit f2591b3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

styles/website.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ span.run-code-loading {
125125
}
126126
}
127127

128-
@media screen and (max-width: 992px) {
128+
@media screen and (min-width: 800px) {
129129
.logo {
130130
content: url("/assets/software-university-logo.png");
131131
padding-top: 0.5em;
@@ -136,7 +136,6 @@ span.run-code-loading {
136136
.logo {
137137
content: url("/assets/software-university-vertical-logo.png");
138138
padding-top: 0.5em;
139-
width: 120px;
140-
float: left;
139+
width: 60px;
141140
}
142141
}

0 commit comments

Comments
 (0)