Compare commits
No commits in common. "f458c06753a19f1f6ad009067229452f19954053" and "2dfdadd8d8b1ebedfc5b357bd418d6837f0a492d" have entirely different histories.
f458c06753
...
2dfdadd8d8
|
@ -1128,8 +1128,8 @@ footer {
|
|||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
padding-top: 2rem;
|
||||
padding-bottom: 3rem;
|
||||
height: 800px;
|
||||
padding-bottom: 8rem;
|
||||
height: 950px;
|
||||
}
|
||||
@media (max-width: 1090px) {
|
||||
#home .timeline {
|
||||
|
@ -1141,7 +1141,6 @@ footer {
|
|||
width: fit-content;
|
||||
margin: auto;
|
||||
margin-top: 0;
|
||||
margin-bottom: 4rem;
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
@media (max-width: 1090px) {
|
||||
|
@ -1172,7 +1171,7 @@ footer {
|
|||
#home .timeline .__timeline-content .__paragraphs {
|
||||
position: relative;
|
||||
display: inline-flex;
|
||||
width: 600px;
|
||||
width: 700px;
|
||||
height: 1px;
|
||||
background: black;
|
||||
}
|
||||
|
@ -1223,8 +1222,6 @@ footer {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: auto;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
align-items: flex-start;
|
||||
padding-right: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
|
@ -1295,7 +1292,7 @@ footer {
|
|||
border-radius: 5%;
|
||||
padding: 0.6rem 0.6rem;
|
||||
line-height: 1.1;
|
||||
width: 30%;
|
||||
width: fit-content;
|
||||
min-width: 35%;
|
||||
}
|
||||
@media (max-width: 1090px) {
|
||||
|
@ -1306,7 +1303,7 @@ footer {
|
|||
}
|
||||
#home .timeline .__timeline-content .__paragraphs .paragraph--type--phase-deroulement .text .field_field_titre {
|
||||
font-size: 0.6rem;
|
||||
font-family: "gilroy-semibold";
|
||||
font-weight: 800;
|
||||
}
|
||||
@media (max-width: 1090px) {
|
||||
#home .timeline .__timeline-content .__paragraphs .paragraph--type--phase-deroulement .text .field_field_titre {
|
||||
|
|
|
@ -29,8 +29,8 @@
|
|||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
padding-top: 2rem;
|
||||
padding-bottom: 3rem;
|
||||
height: 800px;
|
||||
padding-bottom: 8rem;
|
||||
height: 950px;
|
||||
@media(max-width:1090px){
|
||||
// padding-top: 14rem;
|
||||
overflow: scroll;
|
||||
|
@ -40,7 +40,6 @@
|
|||
width: fit-content;
|
||||
margin: auto;
|
||||
margin-top: 0;
|
||||
margin-bottom: 4rem;
|
||||
padding-bottom: 2rem;
|
||||
@media(max-width:1090px){
|
||||
// top: -211px;
|
||||
|
@ -72,7 +71,7 @@
|
|||
.__paragraphs{
|
||||
position: relative;
|
||||
display: inline-flex;
|
||||
width: 600px;
|
||||
width: 700px;
|
||||
height: 1px;
|
||||
background: black;
|
||||
// &:last-of-type{
|
||||
|
@ -129,8 +128,6 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: auto;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
align-items: flex-start;
|
||||
padding-right: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
|
@ -210,7 +207,7 @@
|
|||
border-radius: 5%;
|
||||
padding: 0.6rem 0.6rem;
|
||||
line-height: 1.1;
|
||||
width: 30%;
|
||||
width: fit-content;
|
||||
min-width: 35%;
|
||||
@media(max-width:1090px){
|
||||
height: 200px;
|
||||
|
@ -218,8 +215,7 @@
|
|||
}
|
||||
.field_field_titre{
|
||||
font-size: 0.6rem;
|
||||
// font-weight: 800;
|
||||
font-family: 'gilroy-semibold';
|
||||
font-weight: 800;
|
||||
@media(max-width:1090px){
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue