mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-30 11:13:06 +00:00
theme: more space between adjacent tables #64
This commit is contained in:
parent
2e364fdb2b
commit
70fa937316
1 changed files with 1 additions and 0 deletions
|
@ -665,6 +665,7 @@ hr {
|
||||||
}
|
}
|
||||||
table {
|
table {
|
||||||
border: 1px solid #eaeaea;
|
border: 1px solid #eaeaea;
|
||||||
|
margin: 1rem 0;
|
||||||
table-layout: auto;
|
table-layout: auto;
|
||||||
}
|
}
|
||||||
th {
|
th {
|
||||||
|
|
Loading…
Reference in a new issue