Files
drupal-reha/web/themes/custom/reha/scss/pages/_node-actualite.scss
T
2025-09-29 15:48:19 +02:00

46 lines
1.1 KiB
SCSS

.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);
}
}
}