fix borken layout
This commit is contained in:
parent
d91d8a60f3
commit
6c6d9d08d8
|
@ -100,7 +100,7 @@ body {
|
||||||
background: -webkit-linear-gradient(90deg, var(--bg) 25%,var(--accent2-alt) 100%);
|
background: -webkit-linear-gradient(90deg, var(--bg) 25%,var(--accent2-alt) 100%);
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
-webkit-text-fill-color: transparent;
|
-webkit-text-fill-color: transparent;
|
||||||
filter: blur(1px);
|
filter: blur(2px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.splash {
|
.splash {
|
||||||
|
@ -322,7 +322,7 @@ footer {
|
||||||
.streambox {
|
.streambox {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
padding: 0 40px;
|
padding: 0;
|
||||||
}
|
}
|
||||||
.streamer {
|
.streamer {
|
||||||
max-width: var(--max-width);
|
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 |
Loading…
Reference in a new issue