Skip to content

Commit

Permalink
refactor: hide top slider on small screens
Browse files Browse the repository at this point in the history
Убрал верхний слайдер для маленьких экранов
  • Loading branch information
kavabunga committed Jan 16, 2024
1 parent 9b52d57 commit aadd137
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified src/assets/images/vegetables_slider_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
max-height: 294px;

@media screen and (width <= 768px) {
display: none;
padding-top: 20px;
}

Expand Down

0 comments on commit aadd137

Please sign in to comment.