CSS bug fix: Set privacy text specific <p> style under privacy-text class from global.
This commit is contained in:
@@ -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;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user