diff options
author | 2019-04-10 16:13:54 +0200 | |
---|---|---|
committer | 2019-04-10 16:13:54 +0200 | |
commit | 3544cf527534200163e569e06bc13cbe94a6b41d (patch) | |
tree | 2b03c27f173d32cc5904b18bf1ea65c921d691d5 /pydis_site/static/home/css/index.css | |
parent | Merge pull request #198 from gdude2002/django+176/project-layout (diff) | |
parent | No more vim modelines (diff) |
Merge pull request #203 from gdude2002/django+base-templates
Adds base templates for use in the home and wiki apps.
Diffstat (limited to 'pydis_site/static/home/css/index.css')
-rw-r--r-- | pydis_site/static/home/css/index.css | 30 |
1 files changed, 0 insertions, 30 deletions
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; -} |