anonymous 1728816477914

How did you make the nav smaller without it looking weird?

I kept the horizontal padding and just removed the vertical padding, border radius on the buttons, and default height. My code:

nav, nav button, nav a.button, .pillmenu a, .sidenav a {
  padding: 0 0.75rem;
  border: none;
  height: unset;
}

nav button::before, nav a::before {
  border-radius: 0;
}
f00f the f00fy 1728832700301

Reactions

Comments
Leave a comment

Pressing continue will bring you to the following URL:

Are sure you want to go there?


Continue