mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-29 15:32:40 +00:00
media query for mobile use expanded to vertical stack
This commit is contained in:
@@ -247,10 +247,18 @@ body {
|
|||||||
|
|
||||||
// media query for when the page is smaller than 1079 px in width
|
// media query for when the page is smaller than 1079 px in width
|
||||||
@media screen and (max-width: 1079px) {
|
@media screen and (max-width: 1079px) {
|
||||||
.vaultPage .content .dataGroup.resultsContainer .foundBrews .brewItem {
|
.vaultPage .content {
|
||||||
width: 100%;
|
grid-template-columns: none;
|
||||||
color: black;
|
grid-template-rows: 325px 1fr;
|
||||||
background-image: url('/assets/parchmentBackground.jpg');
|
|
||||||
}
|
|
||||||
|
|
||||||
|
.brewLookup {
|
||||||
|
padding-block:10px 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dataGroup.resultsContainer .foundBrews .brewItem {
|
||||||
|
width: 100%;
|
||||||
|
color: black;
|
||||||
|
background-image: url('/assets/parchmentBackground.jpg');
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user