Skip to content

Commit 85b7f33

Browse files
CORE: fix header logo (#796)
1 parent 0f8e364 commit 85b7f33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/header/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
.logo-container {
5454
flex: 1;
5555
min-width: var(--logo-min-width);
56-
max-width: max-content;
56+
max-width: calc(var(--page-padding-x) + 1rem);
5757
max-height: 3rem;
5858
padding: 0;
5959
margin-right: auto;
@@ -83,7 +83,7 @@
8383
}
8484

8585
.logo {
86-
min-width: max-content;
86+
min-width: calc(var(--logo-min-width) - 1.5rem);
8787
max-width: var(--page-padding-x);
8888
height: 1rem;
8989
}

0 commit comments

Comments
 (0)