1. Component Guide
  2. Big number
  3. With bottom margin
Big number example

With bottom margin

The component accepts a number for margin bottom from 0 to 9 (0px to 60px) using the GOV.UK Frontend spacing scale. The default big number margin bottom is 15px (govuk-spacing(3)).

How it looks (preview)

119   Open consultations

How to call this example

<%= render "govuk_publishing_components/components/big_number", {
  number: 119,
  label: "Open consultations",
  margin_bottom: 9
} %>