Front page forum entry nowrap, layout fixes

This commit is contained in:
mrfry 2021-12-03 13:02:52 +01:00
parent 2b491e6bec
commit 09c45f7209
3 changed files with 96 additions and 59 deletions

View file

@ -26,8 +26,10 @@ body {
}
#__next {
display: flex;
min-height: calc(100vh);
width: 1200px;
max-width: 1200px;
/* offset-x | offset-y | blur-radius | spread-radius | color */
background-color: var(--background-color);
box-shadow: 0px 0px 29px 19px #222426;