Reinstate margin between tables (#1192)
This commit is contained in:
parent
737260edbe
commit
b58c7a5839
1 changed files with 5 additions and 4 deletions
|
@ -313,10 +313,6 @@ footer {
|
|||
margin: 1.5rem 0 .75rem 0;
|
||||
}
|
||||
|
||||
h2 + table, h3 + table, h3 + div.highlight {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
hr {
|
||||
border-bottom: 2px solid $dark;
|
||||
margin-bottom: 1.5rem;
|
||||
|
@ -330,6 +326,11 @@ footer {
|
|||
table-layout: fixed;
|
||||
width: 100%;
|
||||
|
||||
// add some space between two tables when they are right next to each other
|
||||
& + table {
|
||||
margin-top: 4rem;
|
||||
}
|
||||
|
||||
caption {
|
||||
caption-side: top;
|
||||
color: $dark;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue