Skip to content

Commit ad3af03

Browse files
authored
Fix logo visualization on mobile devices (#45)
1 parent fde265c commit ad3af03

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

_styles/header.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,18 @@ header[data-big] {
184184
.subtitle {
185185
font-size: var(--large);
186186
}
187+
188+
@media (max-width: $collapse) {
189+
padding: 60px 20px;
190+
191+
.logo {
192+
height: auto;
193+
width: min(100%, 240px);
194+
}
195+
196+
.logo > * {
197+
width: 100%;
198+
height: auto;
199+
}
200+
}
187201
}

0 commit comments

Comments
 (0)