layout overflow
This commit is contained in:
@@ -101,7 +101,6 @@
|
|||||||
top: 0%;
|
top: 0%;
|
||||||
left: 0%;
|
left: 0%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
top: 0%;
|
top: 0%;
|
||||||
left: 0%;
|
left: 0%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
// overflow: hidden;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -16,24 +16,6 @@
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr repeat(8, 1fr) 1fr;
|
grid-template-columns: 1fr repeat(8, 1fr) 1fr;
|
||||||
|
|
||||||
// .block-block-contente6f826c7-4a3e-479b-8e83-2245dee7f931{
|
|
||||||
// grid-column: 1 / span 10;
|
|
||||||
// width: 100%;
|
|
||||||
// font-family: 'Marianne';
|
|
||||||
// font-size: 1.5rem;
|
|
||||||
// font-weight: 800;
|
|
||||||
// color: $white;
|
|
||||||
// background-color: $blue-light;
|
|
||||||
// text-transform: uppercase;
|
|
||||||
// padding-left: 13%;
|
|
||||||
// padding-top: 1rem;
|
|
||||||
// padding-bottom: 0.5rem;
|
|
||||||
// vertical-align: middle;
|
|
||||||
// a{
|
|
||||||
// color:white;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
.block-entity-fieldnodefield-actu-type{
|
.block-entity-fieldnodefield-actu-type{
|
||||||
order: 5;
|
order: 5;
|
||||||
grid-column: 2;
|
grid-column: 2;
|
||||||
@@ -94,15 +76,6 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
// .field__item:not(:last-child):after{
|
|
||||||
// padding-right: 1rem;
|
|
||||||
// padding-left: 1rem;
|
|
||||||
// content: "|";
|
|
||||||
// }
|
|
||||||
// @media (max-width: 810px){
|
|
||||||
// margin-left: 10%;
|
|
||||||
// font-size: 1rem;
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -123,7 +96,6 @@
|
|||||||
order: 6;
|
order: 6;
|
||||||
grid-column: 5 / span 3;
|
grid-column: 5 / span 3;
|
||||||
width: 600px;
|
width: 600px;
|
||||||
// background: red;
|
|
||||||
|
|
||||||
img{
|
img{
|
||||||
padding-top: 2rem;
|
padding-top: 2rem;
|
||||||
@@ -132,15 +104,7 @@
|
|||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
|
|
||||||
}
|
}
|
||||||
// @media (max-width: 1008px){
|
|
||||||
// // width: 100%;
|
|
||||||
// img{
|
|
||||||
// padding-top: 2rem;
|
|
||||||
// width: 100%;
|
|
||||||
// // max-height: 400px;
|
|
||||||
// object-fit: contain;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
@media (max-width: 568px){
|
@media (max-width: 568px){
|
||||||
grid-column: 3 /span 8;
|
grid-column: 3 /span 8;
|
||||||
}
|
}
|
||||||
@@ -148,7 +112,6 @@
|
|||||||
grid-column: 2 /span 8;
|
grid-column: 2 /span 8;
|
||||||
}
|
}
|
||||||
blockquote{
|
blockquote{
|
||||||
// margin-left: 0em;
|
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@media (max-width: 810px){
|
@media (max-width: 810px){
|
||||||
@@ -174,8 +137,6 @@
|
|||||||
}
|
}
|
||||||
.layout__region--first{
|
.layout__region--first{
|
||||||
|
|
||||||
// margin-top: 18rem;
|
|
||||||
|
|
||||||
.block-region-first{
|
.block-region-first{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
@@ -197,7 +158,6 @@
|
|||||||
border-bottom: 1px solid $blue-light;
|
border-bottom: 1px solid $blue-light;
|
||||||
padding-bottom: 0.5rem;
|
padding-bottom: 0.5rem;
|
||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
// margin-top: 2rem;
|
|
||||||
margin-bottom: 0.8rem;
|
margin-bottom: 0.8rem;
|
||||||
|
|
||||||
&:hover{
|
&:hover{
|
||||||
@@ -213,9 +173,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.layout__region--second{
|
.layout__region--second{
|
||||||
// grid-row: 3;
|
|
||||||
flex: 0 1 50%;
|
flex: 0 1 50%;
|
||||||
// margin-top: 18rem;
|
|
||||||
.block-region-second{
|
.block-region-second{
|
||||||
width: 90%;
|
width: 90%;
|
||||||
@media (max-width:810px) {
|
@media (max-width:810px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user