diff --git a/assets/css/form.css b/assets/css/form.css index f9676d3..c46207a 100644 --- a/assets/css/form.css +++ b/assets/css/form.css @@ -44,6 +44,10 @@ } } +.umzugsliste-wrapper .small-1.columns { + width: 8.33333%; +} + .umzugsliste-wrapper .small-3.columns { width: 25%; } @@ -52,6 +56,10 @@ width: 33.33333%; } +.umzugsliste-wrapper .small-8.columns { + width: 66.66667%; +} + .umzugsliste-wrapper .small-9.columns { width: 75%; }