show quotes on frontpage

This commit is contained in:
jomo
2020-04-05 05:15:05 +02:00
parent 3bd76ad918
commit 22309efba9
3 changed files with 62 additions and 3 deletions

View File

@@ -58,6 +58,22 @@ a.sponsor-item {
background: #fff8ec !important;
}
#quote-wrapper {
line-height: 9.5em;
}
#quote {
display: inline-block;
vertical-align: middle;
line-height: initial;
background: #d4e7ff;
border-color: #94cbfc;
}
#quote:hover {
background: #dcedff;
}
.alert {
font-size: 1rem;
}