Don't count hits on article that were not found, centered images.

This commit is contained in:
Marvin Blum
2020-07-03 01:05:43 +02:00
committed by Marvin Blum
parent 64a6399a15
commit 687a1a1616
2 changed files with 9 additions and 1 deletions

View File

@@ -73,6 +73,12 @@ p {
line-height: 1.5;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 700px) {
body {
padding: 40px 20px 80px 20px;