Skip to content

Commit d48f06b

Browse files
committed
fix
1 parent 3e50a71 commit d48f06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/css/features/projects.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
flex-wrap: nowrap;
66
overflow: auto;
77
margin: 0 0.5em;
8+
min-height: max(calc(100vh - 400px), 300px);
89
max-height: calc(100vh - 120px);
910
}
1011

@@ -19,7 +20,6 @@
1920
}
2021

2122
.project-column {
22-
min-height: max(calc(100vh - 400px), 300px);
2323
flex: 0 0 auto;
2424
display: flex;
2525
flex-direction: column;

0 commit comments

Comments
 (0)