Skip to content

Commit

Permalink
Font-size UPGRADE
Browse files Browse the repository at this point in the history
  • Loading branch information
test-infra-bot committed Jun 20, 2020
1 parent cb8208b commit bf887cc
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion source/css/_partial/post.styl
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,28 @@
text-align: center;
border-radius: 100%;
position: absolute;

.post-content {
width: 80%;
width: 100%;
height: 100%;
margin: auto;
}


p {
font-size: 18px;
font-weight: 8000;
}

a {
font-size: 20px;
}

li {
font-size: 17px;
font-weight: 1000;
}

.post-title
text-align: center;
font-size: 24px;
Expand Down

0 comments on commit bf887cc

Please sign in to comment.