From 79af169162538fd107ee5797e98f0c22c7eaa2ca Mon Sep 17 00:00:00 2001 From: Michael Gordeev Date: Sat, 9 Nov 2019 13:24:45 +0300 Subject: [PATCH] Added margin to image overview description Changed font size for Bonch section --- MyWebsite/wwwroot/css/AboutMe.css | 2 +- MyWebsite/wwwroot/css/Gallery.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MyWebsite/wwwroot/css/AboutMe.css b/MyWebsite/wwwroot/css/AboutMe.css index ad2bd72..41d61a8 100644 --- a/MyWebsite/wwwroot/css/AboutMe.css +++ b/MyWebsite/wwwroot/css/AboutMe.css @@ -29,7 +29,7 @@ .sut { color: white; background-color: #ff8000; - font-size: 24px; + font-size: 28px; text-shadow: 2px 2px 1px black; } .sut .content { diff --git a/MyWebsite/wwwroot/css/Gallery.css b/MyWebsite/wwwroot/css/Gallery.css index b912b44..4c580c8 100644 --- a/MyWebsite/wwwroot/css/Gallery.css +++ b/MyWebsite/wwwroot/css/Gallery.css @@ -17,6 +17,7 @@ } .image-overview-block div { display: inline-block; + margin-left: 20px; } .image-overview-block h1 { margin-bottom: 0px;