Compare commits

..

No commits in common. "085717b3294d6cbd4c0f13f0f9f63d3c07499d97" and "2dfdadd8d8b1ebedfc5b357bd418d6837f0a492d" have entirely different histories.

2 changed files with 8 additions and 14 deletions

View File

@ -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) {

View File

@ -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;