Added logos and some links

This commit is contained in:
Esther
2020-06-21 14:55:00 +01:00
parent 5334d65fd1
commit c2f0c49188
5 changed files with 81 additions and 4 deletions

View File

@@ -78,12 +78,30 @@ footer {
color: #CC7A98;
text-decoration: underline #CC7A98; }
.vertical-center {
.center-v {
min-height: 100%;
min-height: 100vh;
display: flex;
align-items: center; }
.center-v-h {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh; }
.logos-container {
width: 4rem; }
.logo {
width: auto;
height: 4rem;
fill: #002234;
margin-bottom: 2.5rem; }
.logo-container {
cursor: pointer; }
.ham {
width: 30px;
height: 20px;

View File

@@ -92,13 +92,30 @@ footer
text-decoration: underline $pink
.vertical-center
.center-v
min-height: 100% /* Fallback for browsers do NOT support vh unit */
min-height: 100vh /* These two lines are counted as one :-) */
display: flex
align-items: center
.center-v-h
display: flex
justify-content: center
align-items: center
min-height: 100vh
.logos-container
width: 4rem
.logo
width: auto
height: 4rem
fill: $black
margin-bottom: 2.5rem
.logo-container
cursor: pointer
// Nav stuff