Skip to content

Commit

Permalink
Update margins on styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
zauxt authored Dec 7, 2024
1 parent 2eb3eb0 commit 0635fd3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ strong {
.about {
display:flex;
flex-wrap:wrap;
margin-right: 550px;
margin-left: 550px;
margin: 10px 300px
justify-content: center;
background-color: white;
padding: 5px
Expand All @@ -44,7 +43,7 @@ strong {
padding: 5px;
background-color: white;
border-radius: 15px;
margin: 10px 725px;
margin: 10px 300px
justify-content: center;
}

Expand Down Expand Up @@ -82,7 +81,7 @@ strong {
padding: 5px;
background-color: white;
border-radius: 15px;
margin: 10px 800px;
margin: 10px 300px
justify-content: center;
}

Expand All @@ -92,4 +91,4 @@ a:link {

a:visited {
color: #3EB489
}
}

0 comments on commit 0635fd3

Please sign in to comment.