Skip to content

Commit c57e763

Browse files
authored
fix: aumenta la scala del wordmark explorer (#23)
1 parent caf7748 commit c57e763

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

app.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,3 +348,15 @@
348348
widows: 2;
349349
}
350350
}
351+
352+
:global(img[src*='dataciviclab-wordmark']) {
353+
height: 1.9rem !important;
354+
width: auto;
355+
max-width: none;
356+
}
357+
358+
@media (min-width: 768px) {
359+
:global(img[src*='dataciviclab-wordmark']) {
360+
height: 2.1rem !important;
361+
}
362+
}

0 commit comments

Comments
 (0)