diff --git a/src/routes/+page.css b/src/routes/+page.css index c973b94..5e6634d 100644 --- a/src/routes/+page.css +++ b/src/routes/+page.css @@ -47,6 +47,13 @@ a:hover { /* Place the background behind other content */ } +@media screen and (max-width: 768px) { + .parallax-background { + transform:none; + } + +} + /* Set container styles */ .container { display: flex;