Make public CTA card full width on mobile
This commit is contained in:
@@ -259,6 +259,13 @@
|
|||||||
margin-inline-start: auto;
|
margin-inline-start: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 48rem) {
|
||||||
|
.sg-page-cards-public-page .sg-cards-public-page__cta-right-card {
|
||||||
|
width: 100%;
|
||||||
|
margin-inline-start: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.sg-page-cards-public-page .sg-cards-public-page__cta-right-body {
|
.sg-page-cards-public-page .sg-cards-public-page__cta-right-body {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user