mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-08 01:00:16 +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">
|
<style lang="postcss">
|
||||||
.info {
|
.info {
|
||||||
@apply flex items-center justify-between;
|
@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 rounded-xl border-red-700 bg-red-700 shadow-md;
|
||||||
|
|
||||||
@apply hover:cursor-help;
|
@apply hover:cursor-help;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue