mirror of
https://github.com/JonasunderscoreJones/jonasjones.dev.git
synced 2025-10-23 00:49:19 +02:00
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:
parent
783a62b678
commit
cfdd7c61d5
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue