diff --git a/style.css b/style.css index 5a9b0bc..f97b753 100644 --- a/style.css +++ b/style.css @@ -53,7 +53,6 @@ canvas { } section { - grid-column: 2 / 8; padding: 1rem; background: var(--dark-bg); font-size: 1.25rem; @@ -61,6 +60,7 @@ canvas { margin-bottom: var(--spacing); } + blockquote { margin: 0; padding: 0; @@ -75,7 +75,10 @@ canvas { display: inline; line-height: 1; } + .right{ + grid-column: 2 / 8; +} .left { grid-column: 6 / 12; - } \ No newline at end of file + }