Latest solutions
Recipe with sass
#sass/scss#bemSubmitted about 1 year agoIt's my first attempt at using Sass and BEM notation. Any feedback on this is welcome, I'm not sure I'm using these tools correctly yet.
Blog preview card
Submitted over 1 year agoMy text sticks out from the map when the screen is very small - improving my responsive design
QR code component
Submitted over 1 year agoI have a small space between the image and the with the text. It's not a margin nor a padding and I don't know how to explain it. When I inspect, I don't see where it comes from.
Latest comments
- @Nasserio10@Celia-HC
Hey, You could make a few adjustments to be closer to the design:
- modify padding and margin
- specify a line height
- set the font for the entire body or the class .blog
- set the highlight (:hover)
- change the width of the card for smaller screens and have a site more responsive Enjoy !