mirror of
https://github.com/mainnika/nikita-tokarch-uk.git
synced 2026-05-25 01:03:35 +00:00
Make blockquotes visible
This commit is contained in:
@@ -51,6 +51,17 @@
|
|||||||
width: 50vw;
|
width: 50vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.blog-post-content > blockquote {
|
||||||
|
padding: 1.7em;
|
||||||
|
background: white;
|
||||||
|
border-left-style: double;
|
||||||
|
border-left-width: 0.4em;
|
||||||
|
border-left-color: $text-color;
|
||||||
|
border-right-style: double;
|
||||||
|
border-right-width: 0.4em;
|
||||||
|
border-right-color: $text-color;
|
||||||
|
}
|
||||||
|
|
||||||
@media all and (max-width: 512px) {
|
@media all and (max-width: 512px) {
|
||||||
.blog-post-content > * {
|
.blog-post-content > * {
|
||||||
width: 90vw;
|
width: 90vw;
|
||||||
|
|||||||
Reference in New Issue
Block a user