Skip to content

Commit

Permalink
chore: add margin to paragraphs in about classes in html
Browse files Browse the repository at this point in the history
This will align the text of the paragraphs with the rest of the items in the class.
  • Loading branch information
zahidkizmaz committed Oct 21, 2024
1 parent beaaea8 commit e96d5cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/style/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,10 @@ div.recent-releases-container {
}
}

.about p {
margin-left: 20px;
}

strong {
font-weight: 500;
}
Expand Down

0 comments on commit e96d5cd

Please sign in to comment.