Latest solutions
NextJS, TailwindCSS | Space Tourism Multi-Page Website Solution
#next#react#tailwind-cssSubmitted over 3 years ago
Latest comments
- @namankandol@Quibble7s
Great implementation! But i've noticed that the mountain background doesn't size correctly in a 1920x1080 monitor. You can fix this issue easily adding one line to your
.main-container
like this:.main-container{ background-size: contain; }
Hope this helps you!
Marked as helpful - @webshuriken