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
@@ -307,6 +307,34 @@ a {
background-color: #00788a;
}
.block-container {
padding: 0 8px;
}
.block {
color: white;
padding: 1em 2em;
border-radius: 4px;
background-color: #00788a;
}
.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;
}
.toggle {
--uiToggleSize: var(--toggleSize, 20px);
--uiToggleIndent: var(--toggleIndent, .4em);
+28
View File
@@ -307,6 +307,34 @@ a {
background-color: #00788a;
}
.block-container {
padding: 0 8px;
}
.block {
color: white;
padding: 1em 2em;
border-radius: 4px;
background-color: #00788a;
}
.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;
}
.toggle {
--uiToggleSize: var(--toggleSize, 20px);
--uiToggleIndent: var(--toggleIndent, .4em);
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB