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/home/css/index.css | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 pydis_site/static/home/css/index.css (limited to 'pydis_site/static/home/css') diff --git a/pydis_site/static/home/css/index.css b/pydis_site/static/home/css/index.css deleted file mode 100644 index 76653320..00000000 --- a/pydis_site/static/home/css/index.css +++ /dev/null @@ -1,30 +0,0 @@ -html { - background-color: #7289DA; -} - -.overview > h1 { - margin-top: 0.5em; - margin-bottom: -0.25em; -} - -.overview > p.is-size-7 { - margin-bottom: 2em; -} - -.overview > p.is-size-4 { - margin-bottom: 1em; -} - -.overview > p.is-size-6 { - margin-bottom: 1em; -} - -.overview > img { - border: 1px solid #6378BF; - margin-bottom: 1em; -} - -.overview > .divider { - letter-spacing: -3px; - margin-bottom: 1em; -} -- cgit v1.2.3