Fix css bug.

This commit is contained in:
BoHung Chiu 2022-10-27 21:21:27 +08:00
parent 1fcc578a1a
commit c352f567f6
2 changed files with 4 additions and 5 deletions

View File

@ -7,9 +7,6 @@
}
@media(max-width: $screen-xs) {
.container > .navbar-header {
width: 80%;
}
.buttons-slogan{
flex-wrap: wrap;
}

View File

@ -356,6 +356,7 @@
.dropdowns{
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
}
}
@ -374,6 +375,7 @@
.navbar-header{
margin-bottom: 1em;
width: 100%;
width: calc(100% - 2.5em);
}
}