Fixing some margin collapsing bugs

This commit is contained in:
2018-05-05 23:07:57 +10:00
parent 8aff34e2c6
commit 5ef6da0dcd
5 changed files with 7 additions and 3 deletions

View File

@ -25,6 +25,6 @@ $s-color--link: #FC78DE;
$s-color--link-hover: lighten($s-color--link, 10%);
//Navbar Colors
$s-color--navbar: rgba(0, 0, 0, 0.7);
$s-color--navbar: rgba(0, 0, 0, 0.75);
$s-color--navbar__text: white;
$s-color--navbar__text-hover: #CCC;