Skip to content

Commit

Permalink
Fixed most of about page dashed line left
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreo236 committed Nov 1, 2024
1 parent 5ddf616 commit 8b79d2e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 15 deletions.
37 changes: 23 additions & 14 deletions about.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ header::after{
max-width: 800px;
width: 100%;
}
.mission h2{
color: #CAE4C5;
}

.mission {
position: absolute;
font-family: "Domine", serif;
Expand Down Expand Up @@ -115,7 +113,7 @@ header::after{
line-height: 40px;
width:90%;
left:40px;
top:-60px;
top:-50px;
}

.motivation {
Expand Down Expand Up @@ -164,18 +162,22 @@ header::after{
display: flex;
position: relative;
opacity: 0px;
margin-top:-300px;
margin-top:-400px;
margin-left: 100px;
}
.goal-image{
flex-basis: 60%;
padding: 0px 60px;}
padding: 0px 60px;
}
.goal .goal-image {
top: 50px
}

.goal-text{
flex-basis: 100%;
margin-left: 150px;
flex-basis: 100%;
padding: 50px;
padding: 100px;
text-align: left;
border-radius: 70px;
position:relative;
Expand All @@ -202,12 +204,15 @@ header::after{
position:relative;
left:50px;}

.whatwedo {background-color: rgba(191, 209, 229, 1);
.whatwedo {
background-color: rgba(191, 209, 229, 1);
color:rgba(8, 51, 88, 1);
height:800px;
padding-top:300px;
padding-bottom: 500px;
margin-top:-355px;
font-family: "Domine", serif;}
font-family: "Domine", serif;
}
.whatwedo h2 {
font-size: 64px;
font-weight: 700;
Expand All @@ -221,22 +226,26 @@ header::after{
text-align: left;
width:80%;
margin-left:130px;}
.whatwedo img {margin-left:765px;
.whatwedo img {
margin-left:765px;
margin-top:-489px;
transform: scale(1.12);}
transform: scale(1.12);
}

.about-container {
display: flex;
align-items: center;
max-width: 1200px;
padding: 20px;
gap: 20px;}
gap: 20px;
}
.ourstory-text{
flex-basis: 60%;
padding: 40px 60px;

}
.ourstory-text p{font-family: "Open Sans", sans-serif;
.ourstory-text p{
font-family: "Open Sans", sans-serif;
font-weight: 100;
font-style:normal;
text-align: left;
Expand Down Expand Up @@ -507,7 +516,7 @@ header::after{
.mission p {
left: 0em;
font-size:30px;
top: 2em;
top: 1em;
}

.motivation {
Expand Down
5 changes: 4 additions & 1 deletion workshops.css
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ button{
left: 1em;
}
.FAQ li {
width: 27.5%;height: auto;
width: 33.5%;height: auto;
}
.FAQ li label {
height:auto;
Expand Down Expand Up @@ -306,5 +306,8 @@ button{
top: -350px;
margin-bottom: 5px;
}
.FAQ li {
width: 27.5%;height: auto;
}

}

0 comments on commit 8b79d2e

Please sign in to comment.