fix broken fields
This commit is contained in:
parent
0a578635b8
commit
eaceef255b
3 changed files with 11 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue