Commit 69b6a5a9 authored by Phil Hughes's avatar Phil Hughes

Changed the styling to allow bigger link targets on mobile

parent 86fe7d6a
...@@ -260,19 +260,34 @@ header { ...@@ -260,19 +260,34 @@ header {
font-size: 18px; font-size: 18px;
.navbar-nav { .navbar-nav {
display: table;
table-layout: fixed;
width: 100%;
margin: 0; margin: 0;
padding-right: 10px;
text-align: right; text-align: right;
} }
.navbar-collapse { .navbar-collapse {
padding-left: 5px; padding-left: 5px;
.nav > li { .nav > li:not(.hidden-xs) {
display: inline-block; display: table-cell!important;
width: 25%;
a {
margin-right: 8px;
}
} }
} }
} }
.header-user-dropdown-toggle {
text-align: center;
}
.header-user-avatar {
float: none;
}
} }
.header-user { .header-user {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment