- add <Col>s to areas with <Row>s for consitency

- give main content a fixed width so really wide forms dont look that funny
- fix to make markdown editor preview text black to address https://github.com/owncast/owncast/issues/726
This commit is contained in:
gingervitis
2021-02-15 21:22:17 -08:00
parent 1a0339e64e
commit dd1cfb64db
6 changed files with 59 additions and 45 deletions

View File

@@ -49,6 +49,9 @@
.main-content-container {
padding: 2em 3em 3em;
max-width: 1024px;
min-width: 50vw;
margin: auto;
}
.footer-container {