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 ff8abb9 commit e461c68Copy full SHA for e461c68
styles/website.css
@@ -98,7 +98,7 @@ span.run-code-loading {
98
}
99
100
.topnav a {
101
- font-size: 0.95em;
+ font-size: 1.1em;
102
text-align: center;
103
display: inline-block;
104
color: #333333;
@@ -111,6 +111,12 @@ span.run-code-loading {
111
min-width: 100px;
112
113
114
+@media screen and (max-width: 1024px) {
115
+ .topnav a {
116
+ font-size: 0.95em;
117
+ }
118
+}
119
+
120
@media screen and (max-width: 880px) {
121
.topnav .logo {
122
content: url("/assets/software-university-vertical-logo.svg");
0 commit comments