Fix extra padding on the homepage main content

This commit is contained in:
Simounet
2020-12-19 13:57:07 +01:00
parent ad621f198f
commit c1b195f860
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
} }
@media screen and (min-width: 993px) { @media screen and (min-width: 993px) {
main #content { .entry #content {
padding-left: 70px; padding-left: 70px;
} }
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long