Skip to content

Commit

Permalink
Fix red background image since mobile browsers apparently dont suppor…
Browse files Browse the repository at this point in the history
…t fixed background images
  • Loading branch information
vade committed Feb 19, 2024
1 parent 3e9a279 commit bb9e566
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,8 @@ body #cdawrap {
.info-grid-right-background-image
{
background-size: 225%;
background-position: -20% 50%;
background-position: 0% 20%;
background-repeat: repeat;
}

.info-grid-left-background-image
Expand Down

0 comments on commit bb9e566

Please sign in to comment.