diff --git a/src/stylesheets/main.css b/src/stylesheets/main.css index bf5b7353..99aca67d 100644 --- a/src/stylesheets/main.css +++ b/src/stylesheets/main.css @@ -136,6 +136,16 @@ a:hover { text-decoration-style: dotted; } +figure.quote { + border-left: 3px solid var(--calitp-purple-4); + padding-left: 2rem; +} + +figure.quote figcaption { + font-size: calc(16rem / 16); + font-style: italic; +} + .navbar { --bs-navbar-padding-y: 0; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04); @@ -396,6 +406,10 @@ footer a:hover { -webkit-clip-path: url(#my-clip-path-end); clip-path: url(#my-clip-path-end); } + + figure.quote blockquote { + font-size: calc(24rem / 16); + } } @media (max-width: 992px) { @@ -420,6 +434,10 @@ footer a:hover { .navbar-nav { margin: 0 auto; } + + figure.quote blockquote { + font-size: calc(20rem / 16); + } } @media (min-width: 768px) {