diff --git a/css/style.css b/css/style.css index c9d2589..c35eb9f 100644 --- a/css/style.css +++ b/css/style.css @@ -335,33 +335,21 @@ ul.banner-social-buttons { } @media screen and (max-width:767px) { - .hb-sm { + #logo_about { display: none; } - .hb-xs { - display: block; - } - #logo_large, #logo_about { - display: none; - } - #logo_small { - display: block; + #heading_large { + width: 256px; } } @media screen and (min-width:768px) { - .hb-sm { + #heading_large { + width: 512px; + } + #logo_about { display: block; } - .hb-xs { - display: none; - } - #logo_large, #logo_about { - display: block; - } - #logo_small { - display: none; - } } @media(max-width:1199px) { diff --git a/index.html b/index.html index d47c937..f1e1b00 100644 --- a/index.html +++ b/index.html @@ -57,32 +57,26 @@

-

-

+