You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to make a small suggestion on the styling of hamburgers.
To be precise, the .hamburger-box has display: inline-block, which is good. But it's missing: vertical-align: middle;. I suggest adding this to the styling.
Not that it is not possible to add this yourself additionally. But it saves everyone an extra line. I think you will make a lot of people happy with this change.
Hi @jonsuh,
I want to make a small suggestion on the styling of hamburgers.
To be precise, the
.hamburger-box
hasdisplay: inline-block
, which is good. But it's missing:vertical-align: middle;
. I suggest adding this to the styling.Not that it is not possible to add this yourself additionally. But it saves everyone an extra line. I think you will make a lot of people happy with this change.
hamburgers/_sass/hamburgers/_base.scss
On line 51.
hamburgers/dist/hamburgers.css
On line 35
Thank you for your great work, this repo takes the websites we build to the next level!
Cheers!
The text was updated successfully, but these errors were encountered: