Autocomplete using Tries

This commit is contained in:
Mahdi Dibaiee
2015-07-26 14:28:08 +04:30
parent e721387420
commit f3d5929613
5 changed files with 215 additions and 0 deletions

View File

@ -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;
}