Latest solutions
Latest comments
- @roodhouse@roodhouse
Not sure what viewport that the generated screenshot is coming from. The site looks fine when I visit it myself. Both on vercel and my own personal site. I had ditch github pages for this project as it would not deploy. Not sure if the two issues are connected or not.
I found it. I have height set to 100vh and when the viewport is in landscape then it creates the same images as the screenshot. I am going to let this one go for now.
- @danielalyoshin@roodhouse
Killing it. Well done.
- @Felix4854@roodhouse
Hey. Great job! You have the spacing and padding/margins down really well. IMO you should utilize more container divs to help with the styling. For instance if you were to drop a <div> <div> <h1> then you would be able to manipulate the 2 higher up divs before you touched the h1. This would allow you to then see what styling is left to implement on h1. You might find one or two things or nothing is needed at all. Personally, I attempt to place the bulk of my styling on divs and if needed, then I style the data directly. Anyway, great start and keep it going!
- @Gamalielaradeya@roodhouse
Tailwind has been great for me. I want to expand to other things but Tailwind is so efficient.