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:
parent
13cd09c727
commit
2ae1ff4d9a
@ -19,3 +19,7 @@
|
||||
padding-left: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
.data-entry-group-body hr {
|
||||
margin: 1.5em 0 1.5em 0;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user