Improve the width of search results items (fix #276)
This commit is contained in:
parent
34b7a80a78
commit
7e31ba4103
1 changed files with 2 additions and 2 deletions
|
@ -941,7 +941,7 @@ $sidebar-display: "sidebar-display";
|
||||||
}
|
}
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
max-width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
&:not(:last-child) {
|
&:not(:last-child) {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
@ -1390,7 +1390,7 @@ $sidebar-display: "sidebar-display";
|
||||||
}
|
}
|
||||||
|
|
||||||
#search-results > div {
|
#search-results > div {
|
||||||
max-width: 46%;
|
width: 46%;
|
||||||
&:nth-child(odd) {
|
&:nth-child(odd) {
|
||||||
margin-right: 1.5rem;
|
margin-right: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue