@N-andronic1991Submitted 15 days ago
Hi, I'm Natalia!
@N-andronic1991All comments
- @N-andronic1991Posted 1 day ago
Hello everyone! I made the landing of this block-card-component firstly as fixed (using px units for sizes) and responsive (using media queries), but after reading all comments on how to improve my code I rewrote my code according to feedback (used rem units and CSS clamp()function) I still have my component differ from design, my decorative image looks smaller than at layout design. Can somebody advice how to make it looks the same(you can see the difference on the screenshot above). Thank you
0 - @GProostSubmitted 25 days ago@N-andronic1991Posted 18 days ago
Hello! It looks like your img overflow the content- to fix it you can add to your img styles max-width:100% instead on min-width
0