diff --git a/_styles/header.scss b/_styles/header.scss index 7664a2c..f8b0bbd 100644 --- a/_styles/header.scss +++ b/_styles/header.scss @@ -184,4 +184,18 @@ header[data-big] { .subtitle { font-size: var(--large); } + + @media (max-width: $collapse) { + padding: 60px 20px; + + .logo { + height: auto; + width: min(100%, 240px); + } + + .logo > * { + width: 100%; + height: auto; + } + } } \ No newline at end of file