Merge pull request 'fix: Fix incorrect background for classic theme image search' (#9) from fix/evie/T154 into develop
All checks were successful
/ build-all-services (push) Successful in 9m39s

Reviewed-on: #9
This commit is contained in:
husky 2025-03-24 11:49:18 -07:00
commit c2e28c3791

View file

@ -0,0 +1,11 @@
.pagecontent {
background: url("/static/snow.gif");
border: 3px inset black;
color: black;
}
@media screen and (max-width: 800px) {
.pagecontent {
width: calc(100% - 4px);
}
}