Hack in a featured post doodad.

Very manual currently :p
This commit is contained in:
2021-04-27 16:43:00 +01:00
parent f9b0b6d447
commit eeaef77a40
3 changed files with 98 additions and 0 deletions

View File

@@ -23,3 +23,13 @@ a:hover {
background-color: var(--splash) !important;
border-bottom: 1px dashed var(--primary);
}
.full-width {
left: 50%;
margin-left: -50vw;
margin-right: -50vw;
max-width: 100vw;
position: relative;
right: 50%;
width: 100vw;
opacity: 0.5;
}