Dear guest,
diff --git a/08/.header.html b/08/.header.html index 9e78843..cc0afce 100644 --- a/08/.header.html +++ b/08/.header.html @@ -21,13 +21,20 @@ position: absolute; right: 0; } + + @media only screen and (max-width: 1460px) { + #infraGif { + position: inherit; + } + } +
Dear guest,