Add spaced title

This commit is contained in:
Jeremy Thomas
2017-03-14 22:38:45 +00:00
parent c98dbb77f2
commit 1dc6ef2c76
6 changed files with 57 additions and 9 deletions

View File

@@ -2540,8 +2540,8 @@ input[type="submit"].button {
margin-top: -0.75rem;
}
.title + .subtitle {
margin-top: -1.25rem;
.title:not(.is-spaced) + .subtitle {
margin-top: -1.5rem;
}
.title.is-1 {
@@ -2579,7 +2579,7 @@ input[type="submit"].button {
color: #363636;
}
.subtitle + .title {
.subtitle:not(.is-spaced) + .title {
margin-top: -1.5rem;
}