Fix css bug.
This commit is contained in:
parent
1fcc578a1a
commit
c352f567f6
|
@ -7,9 +7,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(max-width: $screen-xs) {
|
@media(max-width: $screen-xs) {
|
||||||
.container > .navbar-header {
|
|
||||||
width: 80%;
|
|
||||||
}
|
|
||||||
.buttons-slogan{
|
.buttons-slogan{
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
|
@ -356,6 +356,7 @@
|
||||||
.dropdowns{
|
.dropdowns{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -374,6 +375,7 @@
|
||||||
.navbar-header{
|
.navbar-header{
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
width: calc(100% - 2.5em);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue