Corrections to blog post
This commit is contained in:
parent
c0c7ac360d
commit
7f38596f56
8 changed files with 33 additions and 8 deletions
|
|
@ -466,6 +466,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
// Horizontal rules
|
||||
hr {
|
||||
border: none;
|
||||
border-top: 2px dashed #0f0;
|
||||
margin: 2em 0;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.read-more {
|
||||
display: inline-block;
|
||||
margin-top: 10px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue