Skip to content

task was done#1926

Open
anton-chornobai wants to merge 2 commits into
mate-academy:masterfrom
anton-chornobai:develop
Open

task was done#1926
anton-chornobai wants to merge 2 commits into
mate-academy:masterfrom
anton-chornobai:develop

Conversation

@anton-chornobai
Copy link
Copy Markdown

No description provided.

@anton-chornobai
Copy link
Copy Markdown
Author

Copy link
Copy Markdown

@IvanFesenko IvanFesenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pay attention that there are no horizontal scroll shoulb be, also add paddings on lieft and right side
https://github.com/mate-academy/layout_catalog_grid/assets/61904995/f4245005-2b39-4d18-ab73-989eeac87cba

Comment thread src/styles/_catalog.scss
}
}

@media (min-width: $breakpoint-phone) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we have two variants how to use @media. Either selector inside media or media inside selector.
But usually we use second variant
Example:

.selector {
  @media (...) {
    ...
  }
  
  @media (...) {
    ...
  }
 
  ....
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants