We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7cc690 commit 0290682Copy full SHA for 0290682
assets/css/v2/style.css
@@ -1692,6 +1692,7 @@ table hr {
1692
blockquote {
1693
border: 1px solid oklch(var(--color-foreground));
1694
padding: 1rem;
1695
+ height: fit-content;
1696
margin: var(--margin-callout);
1697
1698
/* solid 3px drop shadow */
@@ -1707,6 +1708,16 @@ blockquote {
1707
1708
}
1709
1710
1711
+blockquote[data-grid="last-third"] {
1712
+ margin-top: 0;
1713
+}
1714
+
1715
+@media (max-width: 55rem) {
1716
+ blockquote[data-grid="last-third"] {
1717
+ margin: var(--margin-callout);
1718
+ }
1719
1720
1721
blockquote.note {
1722
position: relative;
1723
z-index: 0;
0 commit comments