Skip to content

Commit 6819dfd

Browse files
authored
Update website.css
1 parent d4bfe2f commit 6819dfd

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

styles/website.css

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -137,17 +137,18 @@ span.run-code-loading {
137137
.logo {
138138
content: url("/assets/software-university-vertical-logo.svg");
139139
padding-top: 0.5em;
140-
width: 80px;
141-
display: flex;
142-
align-items: center;
143-
margin-right: auto;
144140
padding-left: 1.5em;
141+
width: 80px;
142+
display: inline-block;
143+
white-space: nowrap
145144

145+
}
146+
.topnav {
147+
white-space: nowrap;
146148
}
147149
.topnav a {
148150
padding-left: 0em;
149151
padding-bottom: 0.3em;
150-
display: flex;
151-
align-items: center;
152-
margin-left: auto;
152+
display: inline-block;
153+
white-space: nowrap
153154
}

0 commit comments

Comments
 (0)