page actu
This commit is contained in:
@@ -6,6 +6,11 @@
|
||||
.block-region-top{
|
||||
display: grid;
|
||||
grid-template-columns: 1fr repeat(4, 2fr) 1fr;
|
||||
padding-top: 2rem;
|
||||
.block-entity-fieldnodefield-actu-type{
|
||||
|
||||
grid-column: 2;
|
||||
}
|
||||
|
||||
.block-entity-fieldnodetitle{
|
||||
grid-column: 2 /span 6;
|
||||
@@ -27,24 +32,26 @@
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
.layout__region--second{
|
||||
flex: 0 1 45%;
|
||||
.block-region-second{
|
||||
width: 90%;
|
||||
.block-entity-fieldnodebody{
|
||||
width: 90%;
|
||||
|
||||
.panel-body{
|
||||
#outputtext{
|
||||
overflow-y: visible !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
.layout__region--third{
|
||||
.block-region-third{
|
||||
max-width: 70%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.layout__region--third{
|
||||
.block-region-third{
|
||||
width: 65%;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user