negative margin issue
The negative margin for pixel perfection should be 0.75rem for .navbar-brand and .navbar-menu
This commit is contained in:
parent
c416eb510d
commit
76c068e329
1 changed files with 2 additions and 2 deletions
|
@ -376,9 +376,9 @@ a.navbar-item,
|
|||
.navbar > .container,
|
||||
.container > .navbar
|
||||
.navbar-brand
|
||||
margin-left: -1rem
|
||||
margin-left: -.75rem
|
||||
.navbar-menu
|
||||
margin-right: -1rem
|
||||
margin-right: -.75rem
|
||||
// Fixed navbar
|
||||
.navbar
|
||||
&.is-fixed-bottom-desktop,
|
||||
|
|
Loading…
Add table
Reference in a new issue