Make blockquotes visible

main
Nikita Tokarchuk 2 years ago
parent fee109996a
commit fe58992ac4
Signed by: mainnika
GPG Key ID: A595FB7E3E56911C
  1. 11
      web/style/blog.scss

@ -51,6 +51,17 @@
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) {
.blog-post-content > * {
width: 90vw;

Loading…
Cancel
Save