just a bunch of stuff

This commit is contained in:
2023-07-26 19:19:55 -07:00
parent df5c2433bc
commit 54703be7d5
35 changed files with 101 additions and 114 deletions

View File

@@ -1,25 +0,0 @@
.wp-block-quote p,
.wp-block-quote cite {
margin-left: 4rem;
}
.wp-block-quote::before,
.wp-block-quote.has-text-align-right p::before {
content: "\201C";
position: absolute;
font-size: 4rem;
line-height: 1;
font-family: "Times New Roman", Times, serif;
font-weight: 700;
color: var(--wp--preset--color--primary);
}
.wp-block-quote.has-text-align-center::before,
.wp-block-quote.has-text-align-right::before {
content: " ";
}
.wp-block-quote.has-text-align-right p::before {
margin-left: -4rem;
}