mirror of
https://github.com/trwnh/hugo-theme-paradox.git
synced 2024-11-14 15:31:21 +00:00
tweak the layout
This commit is contained in:
parent
6f92a989cc
commit
382f192109
|
@ -15,6 +15,7 @@
|
|||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
gap: 1em;
|
||||
a:after {display: none;}
|
||||
}
|
||||
|
||||
.social-nav {
|
||||
|
|
|
@ -46,6 +46,9 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.5em;
|
||||
&:after {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -7,11 +7,14 @@
|
|||
|
||||
.search-results strong {
|
||||
font-weight: 900;
|
||||
background: var(--primary-accent-transparent);
|
||||
color: var(--ui-text-bold);
|
||||
}
|
||||
|
||||
#search-results {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
max-width: 80ch;
|
||||
}
|
||||
|
||||
#search-results li:not(:first-child) {
|
||||
|
@ -22,6 +25,16 @@
|
|||
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 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Reference in a new issue