divers css

This commit is contained in:
2024-07-18 14:45:20 +02:00
parent d5eb3707e4
commit f25ebcca08
6 changed files with 48 additions and 4 deletions

View File

@@ -27,6 +27,7 @@
}
.node-type-actualite{
width: 100%;
padding-bottom: 7rem;
.infos-actu{
display: flex;
flex-direction: row;
@@ -58,8 +59,11 @@
}
}
.field_body p{
.field_body {
padding-bottom: 2rem;
p{
font-size: 0.8rem;
}
}
}

View File

@@ -20,6 +20,7 @@
display: block;
margin: 0;
padding: 0;
padding-top: 1rem !important;
&:focus {
outline: none;

View File

@@ -6,7 +6,7 @@
* { box-sizing: border-box; }
.__container-deroulement{
background-color: #f3f5fcff;
background-image: url(../../../dist/assets/img/pillier-1.svg);
background-image: url('../../../dist/assets/img/pillier-1-background.svg');
background-repeat: no-repeat;
background-size: contain;
background-position-x: -20%;