Skip to content

Commit

Permalink
set title line-height as 1.2em for fix phone device
Browse files Browse the repository at this point in the history
  • Loading branch information
eatradish committed Feb 6, 2020
1 parent e5bfb9c commit 591b7b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/css/_partial/post.styl
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@
margin: 0;
display: flex;
justify-content: center;
line-height: 1.2em;
}
h2 {
font-size: 1.2em;
line-height: 1.2em;
}
h3, h4, h5, h6 {
font-size: 1.1em;
line-height: 1.2em;
}
a {
color: gray;
Expand Down Expand Up @@ -77,6 +80,8 @@
display: flex;
justify-content: center;
max-width: 100%;
box-sizing: content-box;
width: 100%;
}
}

Expand Down Expand Up @@ -107,6 +112,7 @@
.posts {
.post-title {
font-size: 1.5em;
line-height: 1.2em;
justify-content: center;
display: flex;
.post-title-link {
Expand Down

0 comments on commit 591b7b8

Please sign in to comment.