mirror of
https://github.com/owncast/owncast.git
synced 2024-12-18 07:12:33 +03:00
Tweak offline banner style for narrow screens
This commit is contained in:
parent
602f7e849b
commit
10baf36bda
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
@import '../../../styles/mixins.scss';
|
||||
|
||||
.outerContainer {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
@ -15,6 +17,12 @@
|
|||
font-size: 1.3rem;
|
||||
border: 1px solid lightgray;
|
||||
font-family: var(--theme-text-display-font-family);
|
||||
|
||||
@include screen(tablet) {
|
||||
font-size: 1.2rem;
|
||||
padding: 1em;
|
||||
margin: 1rem auto;
|
||||
}
|
||||
}
|
||||
|
||||
.bodyText {
|
||||
|
|
Loading…
Reference in a new issue