CSS bug fix: Set privacy text specific <p> style under privacy-text class from global.

This commit is contained in:
codevictory
2021-05-16 20:12:27 +03:00
parent e5d9048c52
commit ada37d8805

View File

@@ -7,6 +7,10 @@
text-align: left; text-align: left;
padding-left: 20px; padding-left: 20px;
} }
p {
max-width: 100% !important;
}
} }
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
@@ -26,7 +30,3 @@
margin-bottom: 0px !important; margin-bottom: 0px !important;
} }
} }
p {
max-width: 100% !important;
}