14 lines
242 B
CSS
14 lines
242 B
CSS
.contribution-conditions {
|
|
/* margin-top: -30px !important; */
|
|
margin-bottom: 20px !important;
|
|
|
|
.gfield_description {
|
|
@apply !text-xl !font-light;
|
|
@apply max-w-3xl pb-4;
|
|
}
|
|
}
|
|
|
|
.paper-file {
|
|
@apply !mt-8 !mb-6;
|
|
}
|