Skip to content

Commit

Permalink
add borders
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyjurg committed Jul 2, 2024
1 parent ec2f351 commit c13123f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@
/* Adjust the width of the footer area */
.footer {
width: 200px;
}

/* Add borders to the tables */
table, th, td {
border: 1px solid #ddd;
}

0 comments on commit c13123f

Please sign in to comment.