mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
use full width of screen instead of limiting admin content to max-width
This commit is contained in:
parent
e5db35590c
commit
4d5b12cb15
@ -45,8 +45,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.offline-content {
|
.offline-content {
|
||||||
max-width: 1000px;
|
|
||||||
|
|
||||||
.logo-section {
|
.logo-section {
|
||||||
.ant-result-title {
|
.ant-result-title {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
|
@ -49,9 +49,7 @@
|
|||||||
|
|
||||||
.main-content-container {
|
.main-content-container {
|
||||||
padding: 2em 3em 3em;
|
padding: 2em 3em 3em;
|
||||||
max-width: 1024px;
|
|
||||||
min-width: 50vw;
|
min-width: 50vw;
|
||||||
margin: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-container {
|
.footer-container {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user