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 {
|
.stork-title, .stork-excerpt {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stork-excerpt {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
@ -82,6 +85,8 @@ input.stork-input {
|
||||||
.stork-title {
|
.stork-title {
|
||||||
font-family: $font-heading;
|
font-family: $font-heading;
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
|
text-align: left;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stork-highlight {
|
.stork-highlight {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user