Why I need to use '!important' in @media ? Feedback pls. Thanks.
Aleksa Mrakovic
@aleksamrakovicAll comments
- @gbasbuSubmitted almost 4 years ago@aleksamrakovicPosted almost 4 years ago
Hi, its probably stronger selector as I can see at quick glance. In media query its only .container. My advice is you should avoid nesting style inside body tag selector, when you are writing SCSS. One more thing, when you are doing responsive, try to use %, or ems, for example for container width. Take a look at how bootstrap container is implemented. All the best, keep pushing :)
1 - @fvargasfSubmitted almost 4 years ago
The border top of the social media it's supposed to be gray but mine looks black, how can i fix this?
@aleksamrakovicPosted almost 4 years agoHi, good solution, i see it is grey, you probably just didn't match the color correctly. I would also suggest that your "card" should be position absolute, because now its not quite responsive. One more thing, my advice is to use flexbox instead of float for "media" class in footer.
0