Fix blockquote on mobiles
This commit is contained in:
parent
23a40b56d4
commit
c20a957c28
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ blockquote {
|
|||
border-radius: 20px;
|
||||
@media (max-width: 500px) {
|
||||
padding: 25px;
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
}
|
||||
.contPremiereImage {
|
||||
|
|
Loading…
Add table
Reference in a new issue