diff --git a/views/components/header/header.css b/views/components/header/header.css index 945f71f..7ecb8d4 100644 --- a/views/components/header/header.css +++ b/views/components/header/header.css @@ -144,7 +144,8 @@ margin: 0 15px; /* space around separator */ /* stacked dots */ - box-shadow: 0 6px 0 rgba(255, 255, 255, 0.6), + box-shadow: + 0 6px 0 rgba(255, 255, 255, 0.6), 0 -6px 0 rgba(255, 255, 255, 0.6); } @@ -328,7 +329,7 @@ flex-grow: 1; } - .contact-section { + .header-contact-section { display: none; /* Hide contact info on mobile - it will be in sidebar */ } diff --git a/views/components/header/header.html b/views/components/header/header.html index ccb4e89..283ae4c 100644 --- a/views/components/header/header.html +++ b/views/components/header/header.html @@ -55,7 +55,7 @@ -