We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca73260 commit 691ccd8Copy full SHA for 691ccd8
stylesheets/stylesheet.css
@@ -23,6 +23,9 @@ html, body {
23
24
.toggle-nav {
25
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;
29
}
30
31
.navbar-right a {
@@ -232,7 +235,7 @@ html, body {
232
235
233
236
#contact {
234
237
text-align: center;
- height: 15vh;
238
+ height: 17vh;
239
background-color: #222;
240
241
0 commit comments