css infos sites et flèches actus caroussel

This commit is contained in:
2024-11-20 11:48:08 +01:00
parent 69d780a12f
commit 471d16089b
3 changed files with 25 additions and 21 deletions

View File

@@ -201,33 +201,29 @@
.infos{
margin-top: 1rem;
font-size: 0.5rem;
// border-bottom: solid 1px $red_QDD;
display: flex;
flex-direction: row;
flex-wrap: wrap;
// display: grid;
// grid-template-columns: 1fr 1fr;
// grid-template-rows: 1fr 1fr 1fr;
padding-bottom: 0.5rem;
font-family: 'gilroy-light';
h2{
div{
div:nth-of-type(2){
font-size: 0.7rem;
border-bottom: solid 0.1px $red_QDD;
padding-bottom: 0.5rem;
}
}
.field--label-above{
color: $red_QDD ;
text-transform: uppercase;
font-family: 'gilroy-regular' !important;
font-size: 0.5rem !important;
margin-bottom: 0 ;
margin-top: 0.5rem;
}
div:first-of-type{
font-size: 0.7rem;
border-bottom: solid 0.1px $red_QDD;
padding-bottom: 0.5rem;
}
div{
flex: 1 1 auto;
min-width: 50%;

View File

@@ -3,6 +3,7 @@
flex-direction: column;
align-items: center;
padding-bottom: 6rem;
h2{
width: fit-content;
padding-bottom: 0.5rem;
@@ -13,6 +14,9 @@
padding-left: 0.5rem;
}
button{
top: -2.5rem;
}
.content-actus{
.view{
display: flex;