mirror of
https://github.com/owncast/owncast.git
synced 2024-12-18 15:23:55 +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 {
|
.outerContainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -15,6 +17,12 @@
|
||||||
font-size: 1.3rem;
|
font-size: 1.3rem;
|
||||||
border: 1px solid lightgray;
|
border: 1px solid lightgray;
|
||||||
font-family: var(--theme-text-display-font-family);
|
font-family: var(--theme-text-display-font-family);
|
||||||
|
|
||||||
|
@include screen(tablet) {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
padding: 1em;
|
||||||
|
margin: 1rem auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bodyText {
|
.bodyText {
|
||||||
|
|
Loading…
Reference in a new issue