Open jmuzina opened 1 month ago
While building https://github.com/canonical/canonical.com/pull/1406, I noticed a visual quirk with the CTA block: we have given it padding-bottom: $spv--x-large here:
padding-bottom: $spv--x-large
https://github.com/canonical/vanilla-framework/blob/78211ca79d33f316815a660be4ff91089fef40d3/scss/_patterns_cta.scss#L19
This causes some extra spacing beneath the CTA block that is not present in CTA blocks that don't use our .p-cta-block.
.p-cta-block
Default:
Expected (no bottom padding):
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/WD-16100.
This message was autogenerated
While building https://github.com/canonical/canonical.com/pull/1406, I noticed a visual quirk with the CTA block: we have given it
padding-bottom: $spv--x-large
here:https://github.com/canonical/vanilla-framework/blob/78211ca79d33f316815a660be4ff91089fef40d3/scss/_patterns_cta.scss#L19
This causes some extra spacing beneath the CTA block that is not present in CTA blocks that don't use our
.p-cta-block
.Default:
Expected (no bottom padding):