1
0
Fork 0

Added a .quote class for mindflow.

This commit is contained in:
Alexander Andreev 2023-09-25 17:10:07 +04:00
parent 000b5d1dce
commit b0b1730699
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ button:not(:last-child) { padding-right: 1rem; }
article header a { color: var(--text-color); }
article p.quote { font-style: italic; }
article footer {
display: flex;
justify-content: space-between;