fix(mobile): fix offline banner overflow due to hard-coded height
Closes #2990
This commit is contained in:
@@ -4,21 +4,13 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
@include screen(tablet) {
|
|
||||||
height: 430px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@include screen(mobile) {
|
|
||||||
height: 280px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.innerContainer {
|
.innerContainer {
|
||||||
width: clamp(00px, 100%, 600px);
|
width: clamp(00px, 100%, 600px);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin: 3rem auto;
|
margin: 5vh auto;
|
||||||
padding: 2.4em;
|
padding: 2.4em;
|
||||||
|
|
||||||
@include screen(tablet) {
|
@include screen(tablet) {
|
||||||
|
|||||||
Reference in New Issue
Block a user