Add topbar shadow

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-07-06 02:01:48 -04:00
parent 72a3807354
commit 9e068c3e83

View File

@@ -530,3 +530,7 @@ a i {
text-decoration: none;
padding: 9px;
}
.navbar-fixed-top {
box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}