diff --git a/css/theme.css b/css/theme.css index 52144e1..5889889 100644 --- a/css/theme.css +++ b/css/theme.css @@ -58,29 +58,17 @@ body { } .logo { - background: url("../img/pluxml-logo-black.png") top left no-repeat; + background: url("../img/logo-hadoly.png") top left no-repeat; height: 10rem; background-size: 8rem; background-position: 2rem 0; padding-left: 11rem; } -.bg { - background: url(../img/bg.jpg) no-repeat top left; - -webkit-background-size: cover; - -moz-background-size: cover; - -o-background-size: cover; - background-size: cover; - height: 250px; -} - @media (max-width: 463px) { .logo { display: none; } - .bg { - height: 100px; - } } /* ----- Nav / Menu ----- */ diff --git a/header.php b/header.php index 40c6743..c1cf3e0 100644 --- a/header.php +++ b/header.php @@ -57,6 +57,4 @@ - - -
+ \ No newline at end of file diff --git a/img/bg.jpg b/img/bg.jpg deleted file mode 100644 index 6cafe6d..0000000 Binary files a/img/bg.jpg and /dev/null differ diff --git a/img/logo-hadoly.png b/img/logo-hadoly.png new file mode 100644 index 0000000..9e25f2e Binary files /dev/null and b/img/logo-hadoly.png differ diff --git a/img/pluxml-logo-black.png b/img/pluxml-logo-black.png deleted file mode 100644 index 86947e9..0000000 Binary files a/img/pluxml-logo-black.png and /dev/null differ