Skip to content

Commit eb6014d

Browse files
authored
Update website.css
1 parent 3c5f4b1 commit eb6014d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles/website.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ span.run-code-loading {
106106
padding-left: 1.5em;
107107
}
108108

109-
@media screen and (max-width: 1000px) {
109+
@media screen and (max-width: 1080px) {
110110
.topnav {
111111
display: flex;
112112
}
@@ -126,7 +126,7 @@ span.run-code-loading {
126126
}
127127
}
128128

129-
@media screen and (max-width: 850px) {
129+
@media screen and (max-width: 800px) {
130130
.logo {
131131
content: url("/assets/software-university-vertical-logo.svg");
132132
padding-top: 0.5em;

0 commit comments

Comments
 (0)