Merge pull request #114 from Safelite/title-with-button-spacing

Adjusting negative margins to better reflect spacing
This commit is contained in:
max-dempsey 2021-12-22 11:08:20 -05:00 committed by GitHub
commit 7ec2054405
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,8 +36,8 @@ export default {
text-decoration: none;
border-bottom: none;
// Account for padding while still being inline with heading text (for cases where text wraps to 2 lines)
margin-bottom: -6px;
margin-top: -6px;
margin-bottom: -.75rem;
margin-top: -.75rem;
.button-back {
display: inline-flex;