Merge branch 'hotfix/navigation-bug'
This commit is contained in:
commit
5ee64d1ee8
3 changed files with 8 additions and 3 deletions
2
assets/css/ie.min.css
vendored
2
assets/css/ie.min.css
vendored
File diff suppressed because one or more lines are too long
2
assets/css/main.min.css
vendored
2
assets/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -5,7 +5,7 @@ body {
|
||||||
}
|
}
|
||||||
.navigation-wrapper {
|
.navigation-wrapper {
|
||||||
.container();
|
.container();
|
||||||
padding: 2em 0 3em;
|
padding: 2em 0 0;
|
||||||
font-family: @heading-font;
|
font-family: @heading-font;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
@ -16,6 +16,8 @@ body {
|
||||||
.prefix(12,1);
|
.prefix(12,1);
|
||||||
.suffix(12,1);
|
.suffix(12,1);
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
float: none;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
.top-navigation {
|
.top-navigation {
|
||||||
.container();
|
.container();
|
||||||
|
@ -23,6 +25,8 @@ body {
|
||||||
.prefix(12,1);
|
.prefix(12,1);
|
||||||
.suffix(12,1);
|
.suffix(12,1);
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
float: none;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
.top-navigation {
|
.top-navigation {
|
||||||
ul {
|
ul {
|
||||||
|
@ -34,6 +38,7 @@ body {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
display: inline;
|
display: inline;
|
||||||
margin-right: 25px;
|
margin-right: 25px;
|
||||||
|
white-space: nowrap;
|
||||||
a {
|
a {
|
||||||
decoration: none;
|
decoration: none;
|
||||||
border-bottom: 0 solid transparent;
|
border-bottom: 0 solid transparent;
|
||||||
|
|
Loading…
Reference in a new issue