Skip to content

Commit

Permalink
Change table to use space-above
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Nov 13, 2023
1 parent 72b334c commit 70a6bd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nationalarchives/utilities/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

.tna-table {
width: 100%;
margin-top: 2rem;
@include spacing.space-above;

border-collapse: collapse;

Expand Down Expand Up @@ -84,7 +84,7 @@
@include media.on-tiny {
padding-left: grid.$gutter-width-tiny;
padding-right: grid.$gutter-width-tiny;

left: -#{grid.$gutter-width-tiny};
}
}

0 comments on commit 70a6bd3

Please sign in to comment.