Skip to content

Commit 691ccd8

Browse files
committed
Add shadow box styling to navbar
1 parent ca73260 commit 691ccd8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

stylesheets/stylesheet.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ html, body {
2323

2424
.toggle-nav {
2525
background-color: #dddddd !important;
26+
-webkit-box-shadow: 0 8px 6px -6px black;
27+
-moz-box-shadow: 0 8px 6px -6px black;
28+
box-shadow: 0 8px 6px -6px black;
2629
}
2730

2831
.navbar-right a {
@@ -232,7 +235,7 @@ html, body {
232235

233236
#contact {
234237
text-align: center;
235-
height: 15vh;
238+
height: 17vh;
236239
background-color: #222;
237240
}
238241

0 commit comments

Comments
 (0)