Skip to content
Snippets Groups Projects
Commit 69909697 authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

[ENH] add margin around tables

parent 7fcab23f
Branches
No related tags found
No related merge requests found
Pipeline #421 passed
......@@ -80,7 +80,7 @@ article a {
}
table {
margin: 0 auto;
margin: 50px auto;
border-collapse: collapse;
}
......@@ -91,6 +91,7 @@ table thead {
table th,
table td {
border-left: solid 1px;
border-bottom: solid 1px;
}
table tr th:first-child,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment