fix(mobile): fix offline banner overflow due to hard-coded height

Closes #2990
This commit is contained in:
Gabe Kangas 2023-05-06 16:29:35 -07:00
parent 334989546b
commit a1a2bf1a47
No known key found for this signature in database
GPG key ID: 4345B2060657F330

View file

@ -4,21 +4,13 @@
display: flex;
justify-content: center;
align-items: center;
@include screen(tablet) {
height: 430px;
}
@include screen(mobile) {
height: 280px;
}
}
.innerContainer {
width: clamp(00px, 100%, 600px);
display: flex;
flex-direction: column;
margin: 3rem auto;
margin: 5vh auto;
padding: 2.4em;
@include screen(tablet) {