docs: style hrs

This commit is contained in:
Hans Pagel
2021-01-25 11:18:32 +01:00
parent dc03d13b3d
commit c17d77c0fa
2 changed files with 12 additions and 18 deletions

View File

@@ -161,13 +161,15 @@ export default {
height: auto;
}
hr {
margin: 1rem 0;
}
blockquote {
padding-left: 1rem;
border-left: 2px solid rgba(#0D0D0D, 0.1);
}
hr {
border: none;
border-top: 2px solid rgba(#0D0D0D, 0.1);
margin: 2rem 0;
}
}
</style>