From 4892043e5d3fb1ab8e1872ef9837847234d09e99 Mon Sep 17 00:00:00 2001 From: mohamedbadr <78334225+mohamedbadrco@users.noreply.github.com> Date: Mon, 24 Jan 2022 13:27:46 +0200 Subject: [PATCH] create right section create class right insisted of def section being in right side --- style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 + }