Skip to content

Commit ddd8689

Browse files
Merge pull request #176 from CSSLab/dev
fix: board sizing
2 parents d7b64ee + 57d3690 commit ddd8689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/tailwind.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ svg {
101101
}
102102

103103
.desktop-middle-column-container {
104-
width: 28vw;
104+
width: min(28vw, 50vh);
105105
min-width: calc(max(20rem, min(28vw, 50vh)));
106106
height: 85vh;
107107
}

0 commit comments

Comments
 (0)