|
|
@@ -24,7 +24,7 @@ $header-height: 15vh; |
|
|
|
header.site-header{ |
|
|
|
|
|
|
|
position: fixed; |
|
|
|
width: 100vw; |
|
|
|
width: 100vw; |
|
|
|
border-top: none; |
|
|
|
min-height: $header-height; |
|
|
|
display: flex; |
|
|
@@ -178,9 +178,10 @@ h3{ |
|
|
|
display: flex; |
|
|
|
flex: 1 0 calc(25% - 12px); |
|
|
|
margin: 5px; |
|
|
|
border: 1px solid #333; |
|
|
|
border: 1px solid #666; |
|
|
|
justify-content: center; |
|
|
|
align-items: center; |
|
|
|
box-shadow: 9px 9px 15px 0px rgba(204,204,204,1); |
|
|
|
} |
|
|
|
li:after{ |
|
|
|
content: ''; |
|
|
|