longmeaghan / ml_portfolio

0 stars 0 forks source link

Header bottom padding #42

Closed longmeaghan closed 6 years ago

longmeaghan commented 6 years ago

I tried adding a margin-bottom: 24px and a padding-bottom: 24px; to the header with no luck. It just needs some breathing room between the title of the page and the header

screen shot 2018-08-04 at 11 28 45 pm
wellcda commented 6 years ago

It's not possible to add margin/padding to the navbar due to the way it's positioned. To "fix" this try adding some margin-top to the .container-fluid class. Right now the margin is only 90px.

wellcda commented 6 years ago

Fixed on #52.