From d5d7ad5c82a24e8836893aebce741a28b2854733 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Mon, 5 Apr 2021 18:53:37 -0600 Subject: [PATCH] Reverse direction of quote positioning --- docs/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/style.css b/docs/style.css index 097c8ec..f98a000 100644 --- a/docs/style.css +++ b/docs/style.css @@ -9,4 +9,13 @@ .quote { vertical-align: middle; +} + +.container { + flex-direction: column-reverse; + display: flex; +} + +.container hr { + width: 100%; } \ No newline at end of file