diff --git a/client/homebrew/pages/vaultPage/vaultPage.less b/client/homebrew/pages/vaultPage/vaultPage.less index 57463ca8c..f110a333a 100644 --- a/client/homebrew/pages/vaultPage/vaultPage.less +++ b/client/homebrew/pages/vaultPage/vaultPage.less @@ -243,4 +243,14 @@ body { 66%, 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'); + } + } \ No newline at end of file