fix: min width for mobile

This commit is contained in:
Julien Calixte
2025-01-11 18:52:51 +01:00
parent 3300aa784f
commit 2182a0ab1b

View File

@@ -110,6 +110,7 @@ const binContainerWidth = computed(() => {
.feature-step {
display: flex;
flex-direction: column;
min-width: 235px;
header {
padding: 0.5rem;