Adjust <hr> spacing

Less space at the top (under save edits button)
More space when used as a divider in the main menu
This commit is contained in:
Mike Simpson 2023-05-18 10:12:57 +01:00
parent 13cd09c727
commit 2ae1ff4d9a
2 changed files with 5 additions and 1 deletions

View File

@ -19,3 +19,7 @@
padding-left: 1rem;
padding-bottom: 1rem;
}
.data-entry-group-body hr {
margin: 1.5em 0 1.5em 0;
}

View File

@ -53,6 +53,6 @@ hr {
border: none;
background-color: #ccc;
width: 100%;
margin: 1.2em 0 1em 0;
margin: 1.0em 0 0.8em 0;
padding: 0;
}