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