Add padding to mobile view at end. Change fallback color to black for image
This commit is contained in:
parent
a282c8a3da
commit
e77647c1b3
|
@ -23,6 +23,7 @@ body {
|
||||||
right: 0;
|
right: 0;
|
||||||
width: 40%;
|
width: 40%;
|
||||||
background-image: url("images/abstract_squares.jpg");
|
background-image: url("images/abstract_squares.jpg");
|
||||||
|
background-color: #000;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -308,4 +309,7 @@ h3 {
|
||||||
.image-about {
|
.image-about {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
|
#contact {
|
||||||
|
padding-bottom: 3em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue