css timetable
This commit is contained in:
parent
d41fb95061
commit
fb8d6f645e
|
@ -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%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,7 +14,12 @@
|
||||||
cursor:grab;
|
cursor:grab;
|
||||||
}
|
}
|
||||||
position: relative;
|
position: relative;
|
||||||
h2{
|
|
||||||
|
.config_pages--type--deroulement{
|
||||||
|
height: fit-content;
|
||||||
|
margin-top: 3.5rem;
|
||||||
|
padding-bottom: 3rem;
|
||||||
|
.field_field_title{
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding-top: 4rem;
|
padding-top: 4rem;
|
||||||
|
@ -22,10 +27,6 @@
|
||||||
padding-left: 0.5rem;
|
padding-left: 0.5rem;
|
||||||
|
|
||||||
}
|
}
|
||||||
.config_pages--type--deroulement{
|
|
||||||
height: fit-content;
|
|
||||||
margin-top: 3.5rem;
|
|
||||||
padding-bottom: 3rem;
|
|
||||||
.field_field_phase{
|
.field_field_phase{
|
||||||
height: 100%;
|
height: 100%;
|
||||||
.timeline{
|
.timeline{
|
||||||
|
|
Loading…
Reference in New Issue