css timetable

This commit is contained in:
ouidade 2024-11-13 22:22:11 +01:00
parent d41fb95061
commit fb8d6f645e
2 changed files with 15 additions and 14 deletions

View File

@ -1204,18 +1204,18 @@ footer {
cursor: grab; cursor: grab;
} }
} }
#home .__container-deroulement h2 { #home .__container-deroulement .config_pages--type--deroulement {
height: fit-content;
margin-top: 3.5rem;
padding-bottom: 3rem;
}
#home .__container-deroulement .config_pages--type--deroulement .field_field_title {
width: fit-content; width: fit-content;
margin: auto; margin: auto;
padding-top: 4rem; padding-top: 4rem;
font-size: 1.7rem; font-size: 1.7rem;
padding-left: 0.5rem; padding-left: 0.5rem;
} }
#home .__container-deroulement .config_pages--type--deroulement {
height: fit-content;
margin-top: 3.5rem;
padding-bottom: 3rem;
}
#home .__container-deroulement .config_pages--type--deroulement .field_field_phase { #home .__container-deroulement .config_pages--type--deroulement .field_field_phase {
height: 100%; height: 100%;
} }

View File

@ -14,18 +14,19 @@
cursor:grab; cursor:grab;
} }
position: relative; position: relative;
h2{
width: fit-content;
margin: auto;
padding-top: 4rem;
font-size: 1.7rem;
padding-left: 0.5rem;
}
.config_pages--type--deroulement{ .config_pages--type--deroulement{
height: fit-content; height: fit-content;
margin-top: 3.5rem; margin-top: 3.5rem;
padding-bottom: 3rem; padding-bottom: 3rem;
.field_field_title{
width: fit-content;
margin: auto;
padding-top: 4rem;
font-size: 1.7rem;
padding-left: 0.5rem;
}
.field_field_phase{ .field_field_phase{
height: 100%; height: 100%;
.timeline{ .timeline{