tweak service vertical spacing

This commit is contained in:
slice 2018-07-13 19:02:11 -07:00
parent 5cae7b9658
commit 0767ed90c0
No known key found for this signature in database
GPG Key ID: 1508C19D7436A26D
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,3 @@
max-width: 40em;
margin: 0 auto;
}
.services .service:not(:last-child) {
margin-bottom: 1em;
}

View File

@ -1,3 +1,7 @@
.service {
margin: 2rem 0;
}
.service header {
display: flex;
align-items: center;

View File

@ -1,5 +1,5 @@
.service-placeholder {
margin-bottom: 2rem;
margin: 2rem 0;
}
.service-placeholder .title {