Skip to content

Commit

Permalink
chore(docs): adjust margins in the homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Torresmorah committed Dec 23, 2022
1 parent 495ea5a commit 4c3e02d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ p {
letter-spacing: -0.68px;
text-align: left;
color: #000;
margin-bottom: 80px;
margin-bottom: 40px;
}

.flex-text p {
Expand Down Expand Up @@ -1193,14 +1193,15 @@ p {
.content {
display: flex;
width: 100%;
padding-top: 110px;
padding-bottom: 20px;
}

.footer {
display: flex;
align-items: center;
flex-direction: column;
width: 100%;
padding-top: 0px;
}

.logo-text {
Expand Down Expand Up @@ -1330,6 +1331,7 @@ p {
.text-container {
display: flex;
flex-direction: column;
margin-bottom: 20px;
}
.box-paragraph-text > p {
width: 500px;
Expand Down Expand Up @@ -1562,12 +1564,18 @@ p {
color: #000;
}

.content {
padding-top: 40px;
padding-bottom: 16px;
}

.footer {
display: flex;
align-items: center;
flex-direction: column;
padding-left: calc(100% / 2 - 900px);
padding-right: calc(100% / 2 - 900px);
padding-top: 0px;
}

.logo-text {
Expand Down

0 comments on commit 4c3e02d

Please sign in to comment.