responsive actu

This commit is contained in:
2022-03-10 13:02:29 +01:00
parent 3bd5e4d1a0
commit d0331c6afa
3 changed files with 8 additions and 10 deletions
@@ -728,10 +728,6 @@ a {
font-family: "Source Code Pro";
font-size: 2.5rem;
font-weight: 500; }
@media (max-width: 810px) {
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
font-size: 2rem;
margin-right: 10%; } }
@media (max-width: 810px) {
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top .block-entity-fieldnodetitle {
width: 70%;
@@ -861,6 +857,9 @@ a {
display: flex;
flex-direction: column;
width: 65%; }
@media (max-width: 810px) {
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third {
margin: auto; } }
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .field--name-field-fichiers .field__item {
height: fit-content;
border: 2px solid #009ee3;
@@ -54,10 +54,7 @@
font-family: "Source Code Pro";
font-size: 2.5rem;
font-weight: 500;
@media (max-width: 810px){
font-size: 2rem;
margin-right: 10%;
}
}
@media (max-width: 810px){
width: 70%;
@@ -256,7 +253,10 @@
.block-region-third{
display: flex;
flex-direction: column;
width: 65%;
width: 65%;
@media (max-width: 810px){
margin: auto;
}
.field--name-field-fichiers{
.field__item{
height: fit-content;
@@ -18,7 +18,6 @@
height: 30vh;
@media (max-width: 810px){
padding-bottom: 0rem;
}
.block-entity-fieldnodetitle{
width: fit-content;