taille block collections
This commit is contained in:
@@ -1214,19 +1214,20 @@ a {
|
||||
width: 100%; }
|
||||
.path-ressources.basededonnees .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockcollections-block-1 .view-id-collections {
|
||||
height: 100%;
|
||||
display: flex; }
|
||||
display: flex;
|
||||
width: 60%;
|
||||
margin: auto; }
|
||||
.path-ressources.basededonnees .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockcollections-block-1 .view-id-collections .view-content {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
margin: auto;
|
||||
width: 60%;
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 2rem;
|
||||
justify-content: space-between;
|
||||
align-items: center; }
|
||||
.path-ressources.basededonnees .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockcollections-block-1 .view-id-collections .view-content .views-row {
|
||||
background: white;
|
||||
width: 40%;
|
||||
width: 46%;
|
||||
height: 80%;
|
||||
padding: 1rem; }
|
||||
.path-ressources.basededonnees .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockcollections-block-1 .view-id-collections .view-content .views-row a {
|
||||
|
||||
@@ -40,21 +40,22 @@
|
||||
.view-id-collections{
|
||||
height: 100%;
|
||||
display: flex;
|
||||
|
||||
width: 60%;
|
||||
margin: auto;
|
||||
|
||||
.view-content{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
margin: auto;
|
||||
width: 60%;
|
||||
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 2rem;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
.views-row{
|
||||
background: $white;
|
||||
width: 40%;
|
||||
width: 46%;
|
||||
|
||||
height: 80%;
|
||||
padding: 1rem;
|
||||
a{
|
||||
|
||||
Reference in New Issue
Block a user