Latest solutions
Latest comments
- @gtalin@ferditondeur
I'm no expert and especially not at using Tailwind, but as far as I can see, the background issue could be fixed much more easily. This was my solution for the matter:
body { background: url('images/pattern-background-desktop.svg') #e0e8ff; background-repeat: repeat-x; background-position-x: 50%; } If I'm overstepping, please let me know. Not sure how experienced you are with CSS, but to me Tailwind still seems intimidating, so good for you :)
Marked as helpful