grille projets
This commit is contained in:
@@ -2957,7 +2957,7 @@ a {
|
||||
|
||||
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr repeat(8, 2fr) 1fr; }
|
||||
grid-template-columns: 1fr repeat(7, 2fr) 1fr; }
|
||||
@media (max-width: 810px) {
|
||||
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content {
|
||||
display: flex;
|
||||
@@ -3005,7 +3005,7 @@ a {
|
||||
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-block-contentaffaf220-dd27-4c9d-ae02-8044c2662220 {
|
||||
margin: auto; } }
|
||||
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockprojets-block-1 {
|
||||
grid-column: 3 / span 6; }
|
||||
grid-column: 2 / span 7; }
|
||||
@media (max-width: 810px) {
|
||||
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockprojets-block-1 {
|
||||
padding: 2rem; } }
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
.layout--onecol{
|
||||
.block-region-content{
|
||||
display: grid;
|
||||
grid-template-columns: 1fr repeat(8, 2fr) 1fr;
|
||||
grid-template-columns: 1fr repeat(7, 2fr) 1fr;
|
||||
|
||||
@media (max-width: 810px){
|
||||
display: flex;
|
||||
@@ -101,7 +101,7 @@
|
||||
|
||||
//partie projets
|
||||
.block-views-blockprojets-block-1{
|
||||
grid-column: 3 / span 6;
|
||||
grid-column: 2 / span 7;
|
||||
// width: 80%;
|
||||
|
||||
@media (max-width: 810px){
|
||||
|
||||
Reference in New Issue
Block a user