Fixed issue with background on mobile

Fixed an issue where the background moves when you tap somewhere like on desktop. This makes the background look weird and has therefore been fixed
This commit is contained in:
J-onasJones 2023-09-27 14:23:16 +02:00
parent 783a62b678
commit cfdd7c61d5

View file

@ -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;