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;
}
}
#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;
margin: auto;
padding-top: 4rem;
font-size: 1.7rem;
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 {
height: 100%;
}

View File

@ -14,7 +14,12 @@
cursor:grab;
}
position: relative;
h2{
.config_pages--type--deroulement{
height: fit-content;
margin-top: 3.5rem;
padding-bottom: 3rem;
.field_field_title{
width: fit-content;
margin: auto;
padding-top: 4rem;
@ -22,10 +27,6 @@
padding-left: 0.5rem;
}
.config_pages--type--deroulement{
height: fit-content;
margin-top: 3.5rem;
padding-bottom: 3rem;
.field_field_phase{
height: 100%;
.timeline{