It looks like the value for $spacer is set to be 1.5rem in lepton-theme, which is 1rem in Bootstrap https://getbootstrap.com/docs/5.0/utilities/spacing/ . For example the class mb-3 sets the margin-bottom to 1.5rem in lepton-theme. In Bootstrap's documentation, the original value is shown as 1rem. Is there a specific reason for this?