Skip to content
This repository was archived by the owner on Dec 13, 2024. It is now read-only.

Commit fad1644

Browse files
committed
Add a media query for the navigation bar to match the pre-nav refactor behavior in 0.9.0
1 parent d1d3f5c commit fad1644

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

static/css/general.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,16 @@ body.loading .loadingWaitIcon {
169169
#header img {
170170
vertical-align: middle;
171171
object-fit: contain;
172-
margin-left: 45rem !important;
172+
margin-left: 20%;
173+
}
174+
175+
@media screen and (max-width: 1300px) {
176+
#header img {
177+
margin-left: 5%;
178+
}
179+
#menu {
180+
margin-right: 0px;
181+
}
173182
}
174183

175184
.skiplinks {

0 commit comments

Comments
 (0)