Skip to content

Commit 4c12724

Browse files
authored
Update website.css
1 parent 11274b0 commit 4c12724

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

styles/website.css

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -125,23 +125,21 @@ span.run-code-loading {
125125
}
126126
}
127127

128+
@media screen and (max-width: 1000) {
129+
.logo {
130+
content: url("/assets/software-university-logo.png");
131+
padding-top: 0.5em;
132+
width: 120px;
133+
}
128134
}
135+
129136
@media screen and (max-width: 768px) {
130-
.topnav {
131-
display: grid;
132-
}
133-
.topnav a {
134-
padding-left: 0em;
135-
padding-bottom: 0.3em;
136-
}
137-
.logobox {
138-
padding-top: 0.3em;
139-
}
140137
.logo {
141138
content: url("/assets/software-university-vertical-logo.png");
142139
padding-top: 0.5em;
143140
width: 80px;
144141
display: inline-block;
142+
position: left;
145143
padding-left: 1.5em;
146144
}
147145
}

0 commit comments

Comments
 (0)