[FIX] fix navbar float issue near breakpoint sm, because sm width was changed in bootstrap
This commit is contained in:
parent
a61d400590
commit
2ecf9ea656
3 changed files with 12 additions and 3 deletions
|
@ -106,12 +106,16 @@ nav {
|
|||
text-align: center;
|
||||
font-size: 18px;
|
||||
font-weight: 300;
|
||||
margin: 30px 9px 1px; }
|
||||
margin: 30px 7px 1px; }
|
||||
nav ul.nav a:hover, nav ul.nav a:focus, nav ul.nav a.active {
|
||||
border-bottom: 1px solid #2dac01; }
|
||||
nav ul.nav a.section {
|
||||
font-weight: 500; } }
|
||||
|
||||
@media (min-width: 768px) {
|
||||
nav ul.nav a {
|
||||
margin: 30px 9px 1px; } }
|
||||
|
||||
@media (max-width: 575px) {
|
||||
nav button.navbar-toggler {
|
||||
float: right;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue