Bring some responsive styles, subject to later improvements

This commit is contained in:
2020-12-04 17:38:59 +01:00
parent a9eb304a5c
commit bb09df70f5
15 changed files with 119 additions and 43 deletions

View File

@@ -19,12 +19,20 @@ nav {
padding: 0.5rem;
box-shadow: 0 19px 34px -15px #d2d2f2;
h1 {
margin: 0;
font-size: 28px;
font-weight: lighter;
}
&.main-nav {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: calc(58px - 0.5rem * 2);
z-index: 15;
img {
width: 35px;
height: 35px;