We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31dcdf8 commit 2efba09Copy full SHA for 2efba09
web_src/css/features/projects.css
@@ -16,7 +16,7 @@
16
padding: 0.5rem !important;
17
width: 320px;
18
height: initial;
19
- min-height: 60vh;
+ min-height: max(calc(100vh - 400px), 300px);
20
flex: 0 0 auto;
21
overflow: visible;
22
display: flex;
0 commit comments