Adjusting negative margins to better reflect spacing
This commit is contained in:
parent
4307dc4a0d
commit
f2fa4d0c8d
1 changed files with 2 additions and 2 deletions
|
|
@ -36,8 +36,8 @@ export default {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
// Account for padding while still being inline with heading text (for cases where text wraps to 2 lines)
|
// Account for padding while still being inline with heading text (for cases where text wraps to 2 lines)
|
||||||
margin-bottom: -6px;
|
margin-bottom: -12px;
|
||||||
margin-top: -6px;
|
margin-top: -12px;
|
||||||
|
|
||||||
.button-back {
|
.button-back {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue