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
@@ -8,7 +8,7 @@
<h1>My projects</h1>
<h3>Here is presented the most of projects I worked on</h3>
</div>
<iframe src="//githubbadge.appspot.com/xfox111" style="width: 200px; height: 110px;" class="github-stats" frameborder="0"></iframe>
<iframe src="//githubbadge.appspot.com/xfox111" class="github-stats" frameborder="0"></iframe>
</header>
<article>
+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;