mirror of
https://github.com/trwnh/hugo-theme-paradox.git
synced 2024-11-24 10:21:21 +00:00
tweak the layout
This commit is contained in:
parent
6f92a989cc
commit
382f192109
|
@ -15,6 +15,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
gap: 1em;
|
gap: 1em;
|
||||||
|
a:after {display: none;}
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-nav {
|
.social-nav {
|
||||||
|
|
|
@ -46,6 +46,9 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 0.5em;
|
gap: 0.5em;
|
||||||
|
&:after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -7,11 +7,14 @@
|
||||||
|
|
||||||
.search-results strong {
|
.search-results strong {
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
|
background: var(--primary-accent-transparent);
|
||||||
|
color: var(--ui-text-bold);
|
||||||
}
|
}
|
||||||
|
|
||||||
#search-results {
|
#search-results {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
|
max-width: 80ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
#search-results li:not(:first-child) {
|
#search-results li:not(:first-child) {
|
||||||
|
@ -22,6 +25,16 @@
|
||||||
padding: 1em 0;
|
padding: 1em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.search-result-page-title {
|
||||||
|
font-size: 1.25em;
|
||||||
|
display: block;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.search-result-item p {
|
||||||
|
line-height: 1.5;
|
||||||
|
}
|
||||||
|
|
||||||
#search-form {
|
#search-form {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
Loading…
Reference in a new issue