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(7, 2fr) 1fr; }
|
||||
grid-template-columns: 1fr repeat(7, 1fr) 1fr; }
|
||||
@media (max-width: 810px) {
|
||||
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content {
|
||||
display: flex;
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
.layout--onecol{
|
||||
.block-region-content{
|
||||
display: grid;
|
||||
grid-template-columns: 1fr repeat(7, 2fr) 1fr;
|
||||
grid-template-columns: 1fr repeat(7, 1fr) 1fr;
|
||||
|
||||
@media (max-width: 810px){
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user