We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0777255 commit 2dd70cfCopy full SHA for 2dd70cf
static/static/style.css
@@ -128,7 +128,7 @@ h4,
128
h5,
129
h6 {
130
font-weight: 400;
131
- line-height: 1.6;
+ line-height: 1.3;
132
margin: 45px 0 20px 0;
133
}
134
@@ -764,6 +764,10 @@ h1.intro {
764
765
766
@media (max-width: 550px) {
767
+ body {
768
+ font-size: 17px;
769
+ line-height: 1.7rem;
770
+ }
771
.wrap {
772
padding: 15px;
773
@@ -818,6 +822,16 @@ h1.intro {
818
822
margin-top: 30px;
819
823
text-align: center;
820
824
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
821
835
836
.oss .item {
837
margin-bottom: 0;
0 commit comments