FIX Fixing small padding detail
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e943b1e984
commit
c9d2b2d559
|
|
@ -69,7 +69,7 @@
|
|||
}
|
||||
|
||||
&__website {
|
||||
@apply text-primary underline font-semibold underline-offset-4 !flex w-full;
|
||||
@apply text-primary underline font-semibold underline-offset-4 !flex w-full !p-0;
|
||||
&:before {
|
||||
@apply inline-flex mr-3 h-6 w-6 bg-center bg-contain bg-no-repeat;
|
||||
content: '';
|
||||
|
|
@ -85,6 +85,6 @@
|
|||
}
|
||||
|
||||
.cta--read-more {
|
||||
@apply mt-6;
|
||||
@apply mt-6 !px-2;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user