I used the hover
media query for the first time 🤓
1-Line Layouts - 10 single-line CSS layouts by @una. The seventh layout helped me achieve responsiveness for the images:
What specific areas of your project would you like help with?.main { // ... &__images { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); // ... } // ... }
I'd appreciate any feedback to help me improve 👀