Design comparison
SolutionDesign
Solution retrospective
Não sei como aproveitar toda a tela quando redimensionado o site para Dispositivos Móveis
Community feedback
- @Aimal-125Posted over 1 year ago
In your CSS code, give #container element height of 120 or 150vh by using media query with
max-height: 500px;
so that your card look good on screens with small heights as mine samsung j3. Or give some padding to #container element.Em seu código CSS, dê ao elemento #container altura de 120 ou 150vh usando a consulta de mídia com
max-height: 500px;
para que seu cartão fique bem em telas com alturas pequenas como o meu samsung j3 . Ou dê algum preenchimento ao elemento #container.Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord