css intro partenaires
This commit is contained in:
parent
8182da944c
commit
2711648bcc
@ -3234,6 +3234,10 @@ body {
|
|||||||
.partenaires .layout-content .content_container .views-element-container {
|
.partenaires .layout-content .content_container .views-element-container {
|
||||||
width: 80%;
|
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 {
|
.partenaires .layout-content .content_container .views-element-container .header_view::after {
|
||||||
content: "";
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
@ -3241,6 +3245,9 @@ body {
|
|||||||
width: 80%;
|
width: 80%;
|
||||||
margin: auto;
|
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 {
|
.partenaires .layout-content .content_container .views-element-container h3 {
|
||||||
color: rgb(7, 50, 194);
|
color: rgb(7, 50, 194);
|
||||||
font-size: 2.5rem;
|
font-size: 2.5rem;
|
||||||
|
@ -28,6 +28,8 @@
|
|||||||
width: 80%;
|
width: 80%;
|
||||||
|
|
||||||
.header_view{
|
.header_view{
|
||||||
|
width: 85%;
|
||||||
|
margin: auto;
|
||||||
&::after{
|
&::after{
|
||||||
content:"";
|
content:"";
|
||||||
display: block;
|
display: block;
|
||||||
@ -35,6 +37,9 @@
|
|||||||
width: 80% ;
|
width: 80% ;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
.config_pages--type--intro-partenaires{
|
||||||
|
margin-bottom: 3rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h3{
|
h3{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user