mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 13:44:15 +00:00
Improve the width of search results items (fix #276)
This commit is contained in:
@@ -941,7 +941,7 @@ $sidebar-display: "sidebar-display";
|
||||
}
|
||||
|
||||
> div {
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
|
||||
&:not(:last-child) {
|
||||
margin-bottom: 1rem;
|
||||
@@ -1390,7 +1390,7 @@ $sidebar-display: "sidebar-display";
|
||||
}
|
||||
|
||||
#search-results > div {
|
||||
max-width: 46%;
|
||||
width: 46%;
|
||||
&:nth-child(odd) {
|
||||
margin-right: 1.5rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user