mobile fixes
This commit is contained in:
@@ -51,4 +51,18 @@ ul#toaster-specs li {
|
||||
|
||||
.fill-height {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 740px) {
|
||||
.flex-row {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.flex-col {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
#toaster-img {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user