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 {
|
&__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 {
|
&:before {
|
||||||
@apply inline-flex mr-3 h-6 w-6 bg-center bg-contain bg-no-repeat;
|
@apply inline-flex mr-3 h-6 w-6 bg-center bg-contain bg-no-repeat;
|
||||||
content: '';
|
content: '';
|
||||||
|
|
@ -85,6 +85,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.cta--read-more {
|
.cta--read-more {
|
||||||
@apply mt-6;
|
@apply mt-6 !px-2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user