Skip to content

Commit c664659

Browse files
authored
Update website.css
1 parent 7bafd8e commit c664659

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

styles/website.css

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

128-
@media screen and (min-width: 992px) {
128+
@media screen and (max-width: 992px) {
129129
.logo {
130130
content: url("/assets/software-university-logo.png");
131+
padding-top: 0.5em;
132+
width: 120px;
131133
}
132134
}
133-
@media screen and (min-width: 768px) {
135+
@media screen and (max-width: 768px) {
134136
.logo {
135137
content: url("/assets/software-university-vertical-logo.png");
138+
padding-top: 0.5em;
139+
width: 120px;
140+
float: left;
136141
}
137142
}

0 commit comments

Comments
 (0)