Tweak search styles a little bit.

This commit is contained in:
Danila Fedorin 2020-12-28 22:03:04 -08:00
parent 8215c59122
commit f97b624688
1 changed files with 5 additions and 0 deletions

View File

@ -74,6 +74,9 @@ input.stork-input {
.stork-title, .stork-excerpt {
margin: 0;
}
.stork-excerpt {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
@ -82,6 +85,8 @@ input.stork-input {
.stork-title {
font-family: $font-heading;
font-size: 1.4rem;
text-align: left;
width: 100%;
}
.stork-highlight {