Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
- Increased about text size by 0.1
- Reduced right margin by 5
  • Loading branch information
Itz-fork committed Nov 2, 2023
1 parent 4d78836 commit 518b2f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion site/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ html {
/* ------------------------------ About & Stats paragraphs ------------------------------ */
.about_text,
.stats {
margin-right: 45vw;
margin-right: 40vw;
}

.pr_lang {
Expand Down Expand Up @@ -192,4 +192,8 @@ html {
.header_text {
font-size: 5rem;
}

.about_text {
font-size: 1.1rem;
}
}

0 comments on commit 518b2f1

Please sign in to comment.