Skip to content

Commit

Permalink
fix sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
errand committed Mar 27, 2021
1 parent ef206a4 commit 65344cd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -306,11 +306,6 @@ a {
font-size: 15px;
}

.right-sidebar {
width: 272px;
min-width: 272px;
}

.sidebar .widget:not(:last-child) {
padding-bottom: 63px;
}
Expand Down Expand Up @@ -660,8 +655,9 @@ form .input:placeholder {
.visually-hidden {
width: 1px;
height: 1px;
clip: rect(1px, 1px, 1px, 1px);
clip: rect(0 0 0 0);
position: absolute;
overflow: auto;
}

._hidden {
Expand Down Expand Up @@ -832,7 +828,7 @@ form .input:placeholder {
}
}

@media (min-width: 641px) and (orientation: landscape), (min-width: 1201px) {
@media (min-width: 1024px) and (orientation: landscape), (min-width: 1201px) {
.trends__item {
width: calc(25% - 1px);
}
Expand Down Expand Up @@ -906,6 +902,11 @@ form .input:placeholder {
.products__item {
max-width: 50%;
}

.right-sidebar {
width: 272px;
min-width: 272px;
}
}

@media (min-width: 1024px) {
Expand Down
Binary file added images/radio_checked.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/radio_unchecked.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/select_arrow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 65344cd

Please sign in to comment.