Skip to content

Commit 2dd70cf

Browse files
committed
Fix typography in responsive view.
1 parent 0777255 commit 2dd70cf

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

static/static/style.css

+15-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ h4,
128128
h5,
129129
h6 {
130130
font-weight: 400;
131-
line-height: 1.6;
131+
line-height: 1.3;
132132
margin: 45px 0 20px 0;
133133
}
134134

@@ -764,6 +764,10 @@ h1.intro {
764764
}
765765

766766
@media (max-width: 550px) {
767+
body {
768+
font-size: 17px;
769+
line-height: 1.7rem;
770+
}
767771
.wrap {
768772
padding: 15px;
769773
}
@@ -818,6 +822,16 @@ h1.intro {
818822
margin-top: 30px;
819823
text-align: center;
820824
}
825+
.projects .project-meta {
826+
border-top: 1px solid #ddd;
827+
display: block;
828+
color: #666;
829+
margin: 20px 0 0 0;
830+
padding-top: 20px;
831+
}
832+
.projects .project-meta span:first-child {
833+
margin-bottom: 5px;
834+
}
821835

822836
.oss .item {
823837
margin-bottom: 0;

0 commit comments

Comments
 (0)