Skip to content

Commit

Permalink
Improve the width of search results items (fix #276)
Browse files Browse the repository at this point in the history
  • Loading branch information
cotes2020 committed Feb 5, 2021
1 parent 0b1c143 commit 2ec987d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/addon/commons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ $sidebar-display: "sidebar-display";
}

> div {
max-width: 100%;
width: 100%;

&:not(:last-child) {
margin-bottom: 1rem;
Expand Down Expand Up @@ -1390,7 +1390,7 @@ $sidebar-display: "sidebar-display";
}

#search-results > div {
max-width: 46%;
width: 46%;
&:nth-child(odd) {
margin-right: 1.5rem;
}
Expand Down

0 comments on commit 2ec987d

Please sign in to comment.