From adc5104498cb9fbe7e533de14ff029fbab11397c Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Mon, 8 Nov 2021 17:31:20 -0500 Subject: [PATCH] Queer Villian Pride Baby!! --- _layouts/landing.liquid | 9 +++++++++ static/style.css | 19 +++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/_layouts/landing.liquid b/_layouts/landing.liquid index 98772ac..5be7128 100644 --- a/_layouts/landing.liquid +++ b/_layouts/landing.liquid @@ -54,6 +54,15 @@ {{ section }} {% endfor %} + diff --git a/static/style.css b/static/style.css index 9bc8369..cc47af6 100644 --- a/static/style.css +++ b/static/style.css @@ -52,6 +52,25 @@ header { background-color: #280C3F; } +/* Flag Styling */ +.flag { + display: grid; + grid-auto-flow: column; + width: 200px; + height: 10px; + border-radius: 3px; + overflow: hidden; +} +.flag > div { + height: 10px; +} +footer { + display: grid; + justify-items: center; + align-items: center; + padding-bottom: 50px; +} + /* Styles for the cards */ #cards { display: grid;