From e77647c1b381e866c9e410eded566fecccedc841 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Tue, 25 Jun 2019 18:59:35 +0530 Subject: [PATCH] Add padding to mobile view at end. Change fallback color to black for image --- index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.css b/index.css index a8f77b9..566e92b 100644 --- a/index.css +++ b/index.css @@ -23,6 +23,7 @@ body { right: 0; width: 40%; background-image: url("images/abstract_squares.jpg"); + background-color: #000; background-size: cover; height: 100vh; display: flex; @@ -308,4 +309,7 @@ h3 { .image-about { width: 200px; } + #contact { + padding-bottom: 3em; + } }