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,14 +7,11 @@
} }
@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;
} }
.big-title{ .big-title{
font-size: 40px; font-size: 40px;
} }
} }
@media(max-width: 769px){ @media(max-width: 769px){

View File

@ -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);
} }
} }