legend and blockquote in posts

This commit is contained in:
sakrecoer 2020-10-23 13:47:11 +02:00
parent 1e1434a4b3
commit b52ab6a90e

View file

@ -196,6 +196,15 @@ a:hover {
height: auto;
display: block;
}
h6 {
font-size: 0.8em;
text-align: center;
}
blockquote {
font-size: 1.5em;
border-left: 3px solid var(--fg);
padding-left: 40px;
}
}
p {
margin: 20px 0;