css intro partenaires

This commit is contained in:
Ouidade Soussi Chiadmi 2025-07-11 13:26:48 +02:00
parent 8182da944c
commit 2711648bcc
2 changed files with 12 additions and 0 deletions

View File

@ -3234,6 +3234,10 @@ body {
.partenaires .layout-content .content_container .views-element-container {
width: 80%;
}
.partenaires .layout-content .content_container .views-element-container .header_view {
width: 85%;
margin: auto;
}
.partenaires .layout-content .content_container .views-element-container .header_view::after {
content: "";
display: block;
@ -3241,6 +3245,9 @@ body {
width: 80%;
margin: auto;
}
.partenaires .layout-content .content_container .views-element-container .header_view .config_pages--type--intro-partenaires {
margin-bottom: 3rem;
}
.partenaires .layout-content .content_container .views-element-container h3 {
color: rgb(7, 50, 194);
font-size: 2.5rem;

View File

@ -28,6 +28,8 @@
width: 80%;
.header_view{
width: 85%;
margin: auto;
&::after{
content:"";
display: block;
@ -35,6 +37,9 @@
width: 80% ;
margin: auto;
}
.config_pages--type--intro-partenaires{
margin-bottom: 3rem;
}
}
h3{