Skip to content

Commit 51dedf7

Browse files
Removed Max-height in Mimimap on Homepage
1 parent 8f9b6f2 commit 51dedf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/styles/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ input::placeholder {
381381
max-width: calc(
382382
100vw - var(--logo-cell-size) * 2.4 - var(--nav-button-cell-size) * 6
383383
);
384-
max-height: calc(var(--nav-button-cell-size) * 5);
384+
/* max-height: calc(var(--nav-button-cell-size) * 5); */
385385
display: flex;
386386

387387
transition: opacity 0.3s ease-in-out;

0 commit comments

Comments
 (0)