download padding bottom

This commit is contained in:
ouidade 2024-11-08 20:46:54 +01:00
parent 7e518c5d90
commit b4f8c069fc
2 changed files with 3 additions and 0 deletions

View File

@ -3286,6 +3286,7 @@ body {
display: flex; display: flex;
flex-direction: column !important; flex-direction: column !important;
padding-top: 2rem; padding-top: 2rem;
padding-bottom: 3rem;
} }
.node-type-site .layout--threecol-25-50-25 .layout__region--third .documents-liens-wrapper .field--name-field-documents, .node-type-site .layout--threecol-25-50-25 .layout__region--third .documents-liens-wrapper .field_field_documents > div:nth-child(2) > div:nth-child(1) > span:nth-child(2) { .node-type-site .layout--threecol-25-50-25 .layout__region--third .documents-liens-wrapper .field--name-field-documents, .node-type-site .layout--threecol-25-50-25 .layout__region--third .documents-liens-wrapper .field_field_documents > div:nth-child(2) > div:nth-child(1) > span:nth-child(2) {
display: none; display: none;

View File

@ -357,6 +357,8 @@
display: flex; display: flex;
flex-direction: column !important; flex-direction: column !important;
padding-top: 2rem; padding-top: 2rem;
padding-bottom: 3rem;
.field--name-field-documents, .field_field_documents > div:nth-child(2) > div:nth-child(1) > span:nth-child(2){ .field--name-field-documents, .field_field_documents > div:nth-child(2) > div:nth-child(1) > span:nth-child(2){
display: none; display: none;
} }