Fix padding so focus ring isn't cut off

This commit is contained in:
Justin Edmund 2023-07-03 21:55:25 -07:00
parent a72f6ac7a9
commit c6bdc376bf
2 changed files with 2 additions and 2 deletions

View file

@ -2,5 +2,5 @@
display: flex;
flex-direction: column;
gap: $unit;
padding: 0 $unit-4x;
padding: $unit-fourth $unit-4x;
}

View file

@ -2,7 +2,7 @@
display: flex;
flex-direction: column;
gap: $unit;
padding: 0 $unit-4x;
padding: $unit-fourth $unit-4x;
}
.terms {