fix borken layout

This commit is contained in:
Set Sakrecoer 2020-12-11 13:19:07 +01:00
parent d91d8a60f3
commit 6c6d9d08d8
2 changed files with 3 additions and 3 deletions

View file

@ -100,7 +100,7 @@ body {
background: -webkit-linear-gradient(90deg, var(--bg) 25%,var(--accent2-alt) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
filter: blur(1px);
filter: blur(2px);
}
}
.splash {
@ -322,7 +322,7 @@ footer {
.streambox {
text-align: center;
line-height: 2em;
padding: 0 40px;
padding: 0;
}
.streamer {
max-width: var(--max-width);

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 41 KiB