Autocomplete using Tries
This commit is contained in:
@ -74,10 +74,22 @@ article p img {
|
||||
display: block;
|
||||
}
|
||||
|
||||
strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.post article h1 {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.post-list li {
|
||||
margin-top: 100px;
|
||||
}
|
||||
|
||||
.post-list li:first-of-type {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.post-list h2 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user