10 lines
193 B
CSS
10 lines
193 B
CSS
.contribution-conditions {
|
|
margin-top: -20px !important;
|
|
margin-bottom: 30px !important;
|
|
|
|
.gfield_description {
|
|
@apply !text-xl !font-light;
|
|
@apply max-w-3xl pb-4;
|
|
}
|
|
}
|