Skip to content

Commit

Permalink
fix(docs): center content and fix paragraph width
Browse files Browse the repository at this point in the history
  • Loading branch information
Torresmorah committed Dec 13, 2022
1 parent 73087a8 commit dcbeecb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1520,8 +1520,9 @@ p {
.grid-item {
display: flex;
flex-direction: column;
width: 237.7px;
height: 209.2px;
justify-content: center;
width: 240px;
height: 240px;
flex-grow: 0;
padding: 19.8px 19.8px 18.6px;
border-radius: 5px;
Expand Down Expand Up @@ -1574,7 +1575,7 @@ p {
}

.box-paragraph p {
width: 1750px;
width: 80%;
height: 181px;
flex-grow: 0;
margin: 36.8px 106px 90px 250px;
Expand Down

0 comments on commit dcbeecb

Please sign in to comment.