Closed wwily closed 6 months ago
Hey, @NazarPauk @MarPostovik 👋 Do you guys have any formatting rules for media requests? Most of them have a space between max-width:
and the value, but the ones in this PR don't.
@media screen and (max-width: 659px) {}
/* vs */
@media screen and (max-width:659px) {}
@naumch1k Thank you for noticing this. I think we should stick to the first option (with the space). @wwily Would you kindly add the spaces to the media queries that don't have them?
I made changes:)
Description
This pull request resolves #40
Changes Made
I ensured uniform usage and formatting of media queries throughout the project.
From this:
To this: