Edited frontpage

This commit is contained in:
frederikpyt
2020-06-25 14:23:52 +02:00
parent 49d6853170
commit 9e9f48aca1
8 changed files with 105 additions and 1 deletions
+28
View File
@@ -57,3 +57,31 @@ a {
.bg-sde-blue {
background-color: $sde-blue;
}
.block-container {
padding: 0 8px;
}
.block {
color: white;
padding: 1em 2em;
border-radius: 4px;
background-color: $sde-blue;
}
.links{
position: absolute;
width: 100%;
bottom: 8px;
height: 2rem;
justify-content: center;
}
.link{
height: 2rem;
display: inline-flex;
align-items: center;
align-content: center;
align-self: center;
margin-left: 8px;
}