Fix full width buttons

This commit is contained in:
Björn Fromme
2022-03-07 16:44:45 +01:00
parent 7821416641
commit 9907967cb2
@@ -44,4 +44,8 @@
&--small {
@apply px-2 py-1 md:px-4 text-xs sm:text-sm;
}
&--full {
@apply block w-full;
}
}