Add padding to mobile view at end. Change fallback color to black for image

This commit is contained in:
Ceda EI 2019-06-25 18:59:35 +05:30
parent a282c8a3da
commit e77647c1b3
1 changed files with 4 additions and 0 deletions

View File

@ -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;
}
}