fix broken fields

This commit is contained in:
Set Sakrecoer 2021-05-05 10:25:04 +02:00
parent 0a578635b8
commit eaceef255b
3 changed files with 11 additions and 4 deletions

View file

@ -174,7 +174,7 @@ body {
@media only screen and (max-width: 759px) {
text-align: center;
div {
min-width: 100%;
padding: 20px 0;
}
.splash-logo {
@ -377,8 +377,9 @@ footer {
// Streambox
.streambox {
text-align: center;
line-height: 2em;
line-height: 1em;
padding: 0;
padding-top: 80px;
}
.streamer {
max-width: var(--max-width);