diff --git a/css/style.css b/css/style.css index 50fa364..9822daf 100644 --- a/css/style.css +++ b/css/style.css @@ -343,6 +343,10 @@ input[type="radio"]:checked { } @media screen and (max-width: 1000px) { + .header { + background-image: url("/images/home/headermobile.png"); + background-position: -230px; + } .headerbody h1 { width: 80%; font-size: 40px; diff --git a/images/home/headermobile.png b/images/home/headermobile.png new file mode 100644 index 0000000..e9f3f50 Binary files /dev/null and b/images/home/headermobile.png differ