add some styling to about page

This commit is contained in:
imohkay 2021-10-22 14:42:59 +05:30
commit 774834bb9c
7 changed files with 261 additions and 118 deletions

View file

@ -38,6 +38,9 @@
font-weight: 700;
}
strong {
font-weight: 700;
}
main > .texts {
box-sizing: border-box;
@ -75,7 +78,6 @@ main > .index {
main > .about {
line-height: 1.2;
margin: 16px;
p {
padding-bottom: 24px;
}