1
0

Projects page done

This commit is contained in:
Michael Gordeev
2019-10-15 12:12:17 +03:00
parent a5a9922648
commit 6c38d05f0d
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -10,11 +10,14 @@ article {
.github-stats {
margin-top: 20px;
width: 200px;
height: 110px;
}
.project-item {
display: grid;
padding: 0px 20px 20px 20px;
padding: 20px;
padding-top: 0px;
grid-template-rows: auto auto;
grid-row-gap: 20px;
background-color: whitesmoke;