From 57838a2e98f7e80117448562865b09733a1637a9 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Wed, 10 Apr 2019 13:03:07 +0100 Subject: Initial work on some base templates --- pydis_site/static/css/home/index.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pydis_site/static/css/home/index.css (limited to 'pydis_site/static/css/home') diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css new file mode 100644 index 00000000..2d744915 --- /dev/null +++ b/pydis_site/static/css/home/index.css @@ -0,0 +1,18 @@ +.discord-banner { + border-radius: 0.5rem; +} + +.hero-image { + width: 20rem; + margin: auto; +} + +.hero-body { + padding-top: 1rem; + padding-bottom: 1rem; +} + +.section-sp img { + height: 5rem; + margin-right: 2rem; +} -- cgit v1.2.3