page site css

This commit is contained in:
2025-03-31 12:57:41 +02:00
parent c7b43b6f09
commit 187b5c1115
2 changed files with 9 additions and 2 deletions

View File

@@ -3816,7 +3816,6 @@ body {
.node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third div { .node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third div {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin-bottom: 1rem;
} }
@media (max-width: 810px) { @media (max-width: 810px) {
.node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third div { .node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third div {
@@ -3851,6 +3850,7 @@ body {
} }
.node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third .prevnext { .node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third .prevnext {
flex-direction: row; flex-direction: row;
margin-bottom: 1rem;
} }
.node-type-site .layout--threecol-25-50-25 .layout__region--third .documents-liens-wrapper { .node-type-site .layout--threecol-25-50-25 .layout__region--third .documents-liens-wrapper {
display: flex; display: flex;
@@ -3887,7 +3887,9 @@ body {
.node-type-site .layout--threecol-25-50-25 .layout__region--third .field_field_liens_site a, .node-type-site .layout--threecol-25-50-25 .layout__region--third .field_field_liens_site a,
.node-type-site .layout--threecol-25-50-25 .layout__region--third .field--type-file a { .node-type-site .layout--threecol-25-50-25 .layout__region--third .field--type-file a {
display: inline-flex; display: inline-flex;
justify-content: space-between;
align-items: center; align-items: center;
width: fit-content;
color: white; color: white;
background: black; background: black;
padding-left: 0.5rem; padding-left: 0.5rem;
@@ -3918,6 +3920,7 @@ body {
} }
.node-type-site .layout--threecol-25-50-25 .layout__region--third .file--mime-application-pdf a { .node-type-site .layout--threecol-25-50-25 .layout__region--third .file--mime-application-pdf a {
display: inline-flex; display: inline-flex;
justify-content: space-between;
align-items: center; align-items: center;
color: white; color: white;
text-transform: uppercase; text-transform: uppercase;

View File

@@ -340,7 +340,7 @@
div{ div{
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin-bottom: 1rem; // margin-bottom: 1rem;
@media(max-width: 810px){ @media(max-width: 810px){
justify-content: center; justify-content: center;
margin: auto; margin: auto;
@@ -374,6 +374,7 @@
} }
.prevnext{ .prevnext{
flex-direction: row; flex-direction: row;
margin-bottom: 1rem;
} }
} }
@@ -412,7 +413,9 @@
a{ a{
display: inline-flex; display: inline-flex;
justify-content: space-between;
align-items: center; align-items: center;
width: fit-content;
color: white; color: white;
background: black; background: black;
padding-left: 0.5rem; padding-left: 0.5rem;
@@ -447,6 +450,7 @@
a{ a{
display: inline-flex; display: inline-flex;
justify-content: space-between;
align-items: center; align-items: center;
color: white; color: white;
text-transform: uppercase; text-transform: uppercase;