Fix blockquote on mobiles

This commit is contained in:
Miraty 2019-10-15 15:42:18 +02:00
parent 23a40b56d4
commit c20a957c28
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ blockquote {
border-radius: 20px; border-radius: 20px;
@media (max-width: 500px) { @media (max-width: 500px) {
padding: 25px; padding: 25px;
margin-left: 0px;
margin-right: 0px;
} }
} }
.contPremiereImage { .contPremiereImage {