legend and blockquote in posts
This commit is contained in:
parent
1e1434a4b3
commit
b52ab6a90e
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue