Design comparison
Community feedback
- @MatheusCostaFranciscoPosted almost 2 years ago
pt-BR
Olá Jaqueline, Você pode tentar usar tamanhos fixos para seus componentes. Quando usar padding, tente usar a medida rem ou px mesmo. Por exemplo: Na sua classe
.qrcode
você deixou o padding com 1% e o width com 24%, porém quando tentamos ver seu layout na versão mobile, ele não fica bom. Ao invés disso, pode usar o tamanho emrem
o padding com 1rem e o width com 20rem (cadarem
equivale a16px
.EN
Hi Jacqueline, You can try using fixed sizes for your components. When using padding, try to use the rem or px measurement yourself. For example: In your
.qrcode
class, you left the padding at 1% and the width at 24%, but when we try to see your layout in the mobile version, it doesn't look good. Instead, you can use the size inrem
, the padding in 1rem and the width in 20rem (eachrem
equals16px
.Marked as helpful0 - @AhmedMahroussPosted almost 2 years ago
good jop my bro Congrats on completing your challenge!🎊🍻If you have any questions or need further clarification, feel free to reach out to me. Happy Coding! 🎆🎊
0
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