We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4bfe2f commit 6819dfdCopy full SHA for 6819dfd
styles/website.css
@@ -137,17 +137,18 @@ span.run-code-loading {
137
.logo {
138
content: url("/assets/software-university-vertical-logo.svg");
139
padding-top: 0.5em;
140
- width: 80px;
141
- display: flex;
142
- align-items: center;
143
- margin-right: auto;
144
padding-left: 1.5em;
+ width: 80px;
+ display: inline-block;
+ white-space: nowrap
145
+ }
146
+ .topnav {
147
+ white-space: nowrap;
148
}
149
.topnav a {
150
padding-left: 0em;
151
padding-bottom: 0.3em;
152
- margin-left: auto;
153
154
0 commit comments