mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
Improved responsive design for search results.
in mobile views.
This commit is contained in:
parent
2cc399d015
commit
8c4b186c52
@ -396,6 +396,7 @@ $sidebar-display: "sidebar-display";
|
||||
}
|
||||
}
|
||||
>div {
|
||||
max-width: 100%;
|
||||
&:not(:last-child) {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
@ -1075,10 +1076,6 @@ table {
|
||||
}
|
||||
}
|
||||
|
||||
#search-results>div {
|
||||
max-width: 100% !important;
|
||||
}
|
||||
|
||||
#search-input {
|
||||
margin-left: 0;
|
||||
width: 95%;
|
||||
@ -1192,6 +1189,10 @@ table {
|
||||
width: calc(100% - 210px);
|
||||
}
|
||||
|
||||
#search-results>div {
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
#site-title {
|
||||
font-size: 1.3rem;
|
||||
margin-left: 0!important;
|
||||
@ -1231,10 +1232,6 @@ table {
|
||||
-ms-flex-pack: center!important;
|
||||
justify-content: center!important;
|
||||
}
|
||||
|
||||
#search-results>div {
|
||||
max-width: 700px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user