Skip to content

Commit e96d5cd

Browse files
committed
chore: add margin to paragraphs in about classes in html
This will align the text of the paragraphs with the rest of the items in the class.
1 parent beaaea8 commit e96d5cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates/style/style.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,10 @@ div.recent-releases-container {
297297
}
298298
}
299299

300+
.about p {
301+
margin-left: 20px;
302+
}
303+
300304
strong {
301305
font-weight: 500;
302306
}

0 commit comments

Comments
 (0)