Edited frontpage
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user