Skip to content

Commit 7bafd8e

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

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

styles/website.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,14 @@ span.run-code-loading {
124124
display: none;
125125
}
126126
}
127+
128+
@media screen and (min-width: 992px) {
129+
.logo {
130+
content: url("/assets/software-university-logo.png");
131+
}
132+
}
133+
@media screen and (min-width: 768px) {
134+
.logo {
135+
content: url("/assets/software-university-vertical-logo.png");
136+
}
137+
}

0 commit comments

Comments
 (0)