From 6c38d05f0d7dcdfa36915cdfc5bb0037367a9ce0 Mon Sep 17 00:00:00 2001 From: Michael Gordeev Date: Tue, 15 Oct 2019 12:12:17 +0300 Subject: [PATCH] Projects page done --- MyWebsite/MyWebsite/Views/Projects/Index.cshtml | 2 +- MyWebsite/MyWebsite/wwwroot/css/Projects.css | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/MyWebsite/MyWebsite/Views/Projects/Index.cshtml b/MyWebsite/MyWebsite/Views/Projects/Index.cshtml index 01ad4f9..039c40b 100644 --- a/MyWebsite/MyWebsite/Views/Projects/Index.cshtml +++ b/MyWebsite/MyWebsite/Views/Projects/Index.cshtml @@ -8,7 +8,7 @@

My projects

Here is presented the most of projects I worked on

- +
diff --git a/MyWebsite/MyWebsite/wwwroot/css/Projects.css b/MyWebsite/MyWebsite/wwwroot/css/Projects.css index 02d8333..fbbc1ae 100644 --- a/MyWebsite/MyWebsite/wwwroot/css/Projects.css +++ b/MyWebsite/MyWebsite/wwwroot/css/Projects.css @@ -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;