Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
- Minor tweak to about
  • Loading branch information
JacobSeto committed Aug 18, 2024
1 parent 655fb12 commit a377539
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,11 @@ a {
align-items: flex-start;
justify-content: space-between;
margin-top: 20px;
width: 100%;
}

.about-text {
width: 75%;
width: 100%;
/* This controls the width of the text content */
}

Expand All @@ -149,7 +150,8 @@ a {

.about p {
padding-bottom: 50px;
padding-left: 100px;
padding-left: 150px;
width: 60%;
}


Expand Down

0 comments on commit a377539

Please sign in to comment.