diff --git a/css/theme.css b/css/theme.css index 5889889..62a4731 100644 --- a/css/theme.css +++ b/css/theme.css @@ -65,8 +65,18 @@ body { padding-left: 11rem; } +@media (max-width: 921px) { + #subtitle { + display: none; + } + + #title { + margin-top: 20px; + } +} + @media (max-width: 463px) { - .logo { + #title, #subtitle { display: none; } } @@ -526,3 +536,7 @@ a.active { .footer p { margin: 0; } + +#subtitle{ + margin-top: 10px; +} \ No newline at end of file diff --git a/header.php b/header.php index c1cf3e0..5a9eac2 100644 --- a/header.php +++ b/header.php @@ -29,8 +29,8 @@ diff --git a/img/favicon.png b/img/favicon.png index 1b719da..506219e 100644 Binary files a/img/favicon.png and b/img/favicon.png differ diff --git a/img/logo-hadoly.png b/img/logo-hadoly.png index 9e25f2e..82fb0d5 100644 Binary files a/img/logo-hadoly.png and b/img/logo-hadoly.png differ