diff --git a/08/.header.html b/08/.header.html index 7edec49..4cfc43b 100644 --- a/08/.header.html +++ b/08/.header.html @@ -23,12 +23,6 @@ } @media only screen and (max-width: 1460px) { - #infraGif { - position: inherit; - } - } - - @media only screen and (max-width: 700px) { #infraGif { position: inherit; width: 480px; @@ -38,7 +32,7 @@ @media only screen and (max-width: 640px) { #infraGif { position: inherit; - max-width: 99%; + max-width: 100%; height: auto; } }