width header
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
.node-type-actualite{
|
||||
width: 100vw;
|
||||
.entete_actu{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
width: 75%;
|
||||
margin: auto;
|
||||
align-items: center;
|
||||
.image-actualite{
|
||||
width: 50%;
|
||||
height: 100%;
|
||||
@media (max-width: 900px) {
|
||||
width: 80%;
|
||||
height: 100% !important;
|
||||
}
|
||||
img{
|
||||
width: 100%;
|
||||
height: auto;
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
||||
.infos-content{
|
||||
// height: 350px;
|
||||
|
||||
width: 30%;
|
||||
right: 5%;
|
||||
@media (max-width: 900px) {
|
||||
width: 45%;
|
||||
height: fit-content;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
.body-content {
|
||||
.summary-content{
|
||||
width: 60%;
|
||||
margin: auto;
|
||||
}
|
||||
.links-content{
|
||||
width: 15%;
|
||||
margin-left: calc(25%/2);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user