Tweak search styles a little bit.
This commit is contained in:
parent
8215c59122
commit
f97b624688
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user