mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-10 04:52:40 +00:00
media query to show only one column in case of small window
This commit is contained in:
@@ -243,4 +243,14 @@ body {
|
|||||||
|
|
||||||
66%,
|
66%,
|
||||||
100% { content : '...'; }
|
100% { content : '...'; }
|
||||||
|
}
|
||||||
|
|
||||||
|
// media query for when the page is smaller than 1079 px in width
|
||||||
|
@media screen and (max-width: 1079px) {
|
||||||
|
.vaultPage .content .dataGroup.resultsContainer .foundBrews .brewItem {
|
||||||
|
width: 100%;
|
||||||
|
color: black;
|
||||||
|
background-image: url('/assets/parchmentBackground.jpg');
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user