Tweak offline banner style for narrow screens
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user