Merge pull request #475 from tachyons-css/separator-typo

Fix class typo in nested
This commit is contained in:
John Otander 2017-12-27 07:27:22 -08:00 committed by GitHub
commit dfb9515fba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -1994,7 +1994,7 @@ code, .code { font-family: Consolas, monaco, monospace; }
.nested-headline-line-height h5, .nested-headline-line-height h6 { line-height: 1.25; }
.nested-list-reset ul, .nested-list-reset ol { padding-left: 0; margin-left: 0; list-style-type: none; }
.nested-copy-indent p+p { text-indent: 1em; margin-top: 0; margin-bottom: 0; }
.nested-copy-seperator p+p { margin-top: 1.5em; }
.nested-copy-separator p+p { margin-top: 1.5em; }
.nested-img img { width: 100%; max-width: 100%; display: block; }
.nested-links a { color: #357edd; transition: color .15s ease-in; }
.nested-links a:hover { color: #96ccff; transition: color .15s ease-in; }

File diff suppressed because one or more lines are too long

View file

@ -34,7 +34,7 @@
margin-bottom: 0;
}
.nested-copy-seperator p+p {
.nested-copy-separator p+p {
margin-top: 1.5em;
}