Commit 13d96fd6 authored by Mark Harding's avatar Mark Harding

(fix): revert sloppy change to topbar

parent 3434db17
No related merge requests found
Pipeline #117942510 running with stages
......@@ -135,12 +135,16 @@
justify-content: space-between;
width: 100%;
height: 52px;
max-width: 1084px;
max-width: 1296px;
margin: 0 auto;
padding: 15px 0 15px;
padding: 0 8px;
//padding-right: 46px;
box-sizing: border-box;
@media screen and (min-width: 1296px) {
padding: 0 46px 0 0;
}
@media screen and (max-width: 480px) {
.m-v2-topbarNav__RouterNav {
display: none;
......@@ -293,7 +297,6 @@
}
> a {
margin-right: 40px;
text-decoration: none;
height: 32px;
border-radius: 18px;
......
Please register or to comment