Skip to content

Commit

Permalink
Скрывает крошки на мобильных
Browse files Browse the repository at this point in the history
  • Loading branch information
skorobaeus committed May 29, 2024
1 parent c39b41a commit 6b8b7df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/styles/blocks/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -215,3 +215,10 @@
display: none;
}
}

/* скрываем крошку на мобильных на странице раздела */
@media (width < 768px) {
.header__category--standalone {
display: none;
}
}

0 comments on commit 6b8b7df

Please sign in to comment.