Fix class typo in nested
This commit is contained in:
parent
998f61e312
commit
b7bd6b7d1b
3 changed files with 3 additions and 3 deletions
|
@ -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; }
|
||||
|
|
2
css/tachyons.min.css
vendored
2
css/tachyons.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -34,7 +34,7 @@
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.nested-copy-seperator p+p {
|
||||
.nested-copy-separator p+p {
|
||||
margin-top: 1.5em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue