Recipe page using flexbox and sassy css

Solution retrospective
-
I used sassy css this time, and applied it's robust features like mixin and nesting. It makes reducing redundancies much easier.
-
Started designing mobile first, and used media queries for larger screen sizes
-
So far I've been coding in plain notepad to make myself more familiarized with syntaxes, in my next project I'll be using vs code so as to reduce redundancies along writing (since it is harder without IDEs features) and increase speed.
I wanted margin-top of the image to become 0 for mobile screen and 5% for bigger screen sizes, even though I added margin-top of 5% in the following media query:
@media only screen and (min-width: 376px)
It would not get applied, and seemed to get overridden by margin-top of 0 outside media query, I had to use !important inevitably.
What specific areas of your project would you like help with?I mentioned my problem in
"What challenges did you encounter, and how did you overcome them?"
section, How can I overcome it without using !important.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on HamzeKabi's solution.
Join 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