feat: smaller statusNotification paddings on smaller screens

This commit is contained in:
Sebastian Pravda 2023-01-02 16:16:16 +01:00
parent 426d2e5988
commit c5c34c9e30
No known key found for this signature in database
GPG key ID: F3BC84F08EFA3F57

View file

@ -53,7 +53,7 @@
<style lang="postcss">
.info {
@apply flex items-center justify-between;
@apply py-3 px-6;
@apply py-3 px-3;
@apply rounded-xl border-red-700 bg-red-700 shadow-md;
@apply hover:cursor-help;