tweak the layout

This commit is contained in:
a 2022-10-16 18:04:05 -05:00
parent 6f92a989cc
commit 382f192109
3 changed files with 17 additions and 0 deletions

View File

@ -15,6 +15,7 @@
display: flex;
flex-flow: row wrap;
gap: 1em;
a:after {display: none;}
}
.social-nav {

View File

@ -46,6 +46,9 @@
display: flex;
align-items: center;
gap: 0.5em;
&:after {
display: none;
}
}
}
}

View File

@ -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;