Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajrekwar authored Oct 29, 2023
1 parent c458fb5 commit e0555aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ section {

.viewBox_container {
margin: 0 auto;
width: 80%;
width: 90%;
/* max-width: 60%; */
/* background-color: #ece07591; */
/* border-radius: 15px; */
Expand All @@ -252,8 +252,8 @@ section {
}
.bio_box {
margin: 0 auto;
width: 97%;
height: 57vh;
width: 100%;
height: 50vh;
font-size: 4rem;
/* border: 2px solid green; */
}
Expand Down

0 comments on commit e0555aa

Please sign in to comment.