Improve search look and feel
This commit is contained in:
parent
41508948c6
commit
e7cab9534e
2 changed files with 14 additions and 6 deletions
|
@ -60,11 +60,19 @@
|
|||
@apply my-2 text-lg;
|
||||
}
|
||||
|
||||
.search li {
|
||||
@apply my-6;
|
||||
}
|
||||
|
||||
.search li h4 {
|
||||
@apply inline;
|
||||
}
|
||||
|
||||
.blog-content ul, .home-content ul {
|
||||
@apply list-none list-inside;
|
||||
}
|
||||
|
||||
.blog-content ul li::before, .home-content ul li::before {
|
||||
.blog-content ul li::before, .home-content ul li::before, .search li::before {
|
||||
content: "👉";
|
||||
font-family: NotoEmoji;
|
||||
@apply inline-block mr-2 py-1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue