Skip to content

Commit

Permalink
Merge pull request #419 from nationalarchives/feature/judgment-tables…
Browse files Browse the repository at this point in the history
…-styles

Feature/judgment tables styles
  • Loading branch information
lozette authored Nov 2, 2022
2 parents 161a2c4 + 3fe3591 commit f3a68ff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ds_judgements_public_ui/sass/includes/_judgment_text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,17 @@

.judgment-body {

table {
border: 1px solid $color__almost-black;
margin: 1rem auto;
table-layout: auto;
width: 100%;

td {
border: 1px solid $color__almost-black;
}
}

h3 {
font-size: 1rem;
}
Expand Down

0 comments on commit f3a68ff

Please sign in to comment.