Skip to content

Commit

Permalink
Modified Size.
Browse files Browse the repository at this point in the history
Modified Size.
  • Loading branch information
eletrixtime authored Aug 25, 2024
1 parent e2a4ff6 commit 6be3199
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ html, body {
flex-direction: column;
justify-content: flex-start;
align-items: center;
font-size: 40px;
}
.content {
display: flex;
Expand All @@ -18,12 +19,12 @@ html, body {
}
.pp {
border-radius: 50%;
width: 100px;
height: 100px;
width: 200px;
height: 200px;
margin-bottom: 10px;
}
.title {
font-size: 50px;
font-size: 90px;
text-align: center;
margin: 0;
}
Expand All @@ -41,4 +42,4 @@ html, body {
text-align: center;
margin-top: auto;
margin-bottom: 20px;
}
}

0 comments on commit 6be3199

Please sign in to comment.