Add conditions to check if members feature is enabled

This commit is contained in:
Sodbileg Gansukh
2022-05-26 16:08:10 +08:00
parent c205947374
commit e27f2190d6
5 changed files with 19 additions and 9 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1490,6 +1490,10 @@ iframe.instagram-media + script + :not([id]) {
/* ---------------------------------------------------------- */
.read-more-wrap {
margin-top: 2.4vmin;
}
.footer-cta + .read-more-wrap {
margin-top: max(12vmin, 72px);
}