make it responsive (background-size: cover)

This commit is contained in:
Simon Bruder 2017-12-06 22:45:31 +00:00
parent 67b451fe3d
commit 6fcbfb67f2

View file

@ -139,4 +139,5 @@ footer p {
/* image header */
.header {
background: linear-gradient(#FFFFFF20,#FFFFFF7E), url('https://source.unsplash.com/mKA3VavSuaI/1920x800') center center no-repeat;
background-size: cover;
}