mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +00:00
feat: smaller statusNotification paddings on smaller screens
This commit is contained in:
parent
426d2e5988
commit
c5c34c9e30
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue