Skip to content

Commit d4aa322

Browse files
committed
fix individual profile style
1 parent b34f1d6 commit d4aa322

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

frontend-build/scss/style.scss

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ body:not(.page-template-page-faqs) {
55
display: block;
66
}
77
}
8+
.body {
9+
&.member-type-individual-member {
10+
.signup-form-body {
11+
margin-top: 0 !important;
12+
}
13+
}
14+
}
815
.page-body {
916
.space-top {
1017
padding-top: 12rem;

themes/cc-commoners/assets/css/style.css

+3
Original file line numberDiff line numberDiff line change
@@ -3839,6 +3839,9 @@ a.thumbnail {
38393839
body:not(.page-template-page-faqs) .item-content {
38403840
display: block; }
38413841

3842+
.body.member-type-individual-member .signup-form-body {
3843+
margin-top: 0 !important; }
3844+
38423845
.page-body .space-top {
38433846
padding-top: 12rem; }
38443847

0 commit comments

Comments
 (0)