fixed welcome message

This commit is contained in:
neko 2021-04-10 00:37:24 +02:00
parent 2c582872a5
commit 531fc84dc5

View File

@ -169,7 +169,7 @@ footer {
top: 0px !important;
left: 0px !important;
width: auto !important;
height: auto !important;
height: 100% !important;
}
.headline, .title, .meta, .content, nav, nav a {
font-size: 0.5rem;
@ -180,4 +180,8 @@ footer {
.crt-flicker, .crt-scanlines {
display: none !important;
}
.asciiart {
font-size: 0.5rem !important;
}
}