Skip to content

Commit e461c68

Browse files
authored
Update website.css
1 parent ff8abb9 commit e461c68

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

styles/website.css

+7-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ span.run-code-loading {
9898
}
9999

100100
.topnav a {
101-
font-size: 0.95em;
101+
font-size: 1.1em;
102102
text-align: center;
103103
display: inline-block;
104104
color: #333333;
@@ -111,6 +111,12 @@ span.run-code-loading {
111111
min-width: 100px;
112112
}
113113

114+
@media screen and (max-width: 1024px) {
115+
.topnav a {
116+
font-size: 0.95em;
117+
}
118+
}
119+
114120
@media screen and (max-width: 880px) {
115121
.topnav .logo {
116122
content: url("/assets/software-university-vertical-logo.svg");

0 commit comments

Comments
 (0)