Skip to content

Commit

Permalink
fix: add padding between specifications table and footer box
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA committed Jan 10, 2025
1 parent 9b1bfa8 commit 6491249
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/document/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,10 @@
}
}

#specifications + table {
margin-bottom: 2rem;
}

@media (min-width: $screen-sm) {
padding: 3rem;
// Reduce space to article footer.
Expand Down

0 comments on commit 6491249

Please sign in to comment.