diff options
author | 2019-04-10 15:19:10 +0100 | |
---|---|---|
committer | 2019-04-10 15:19:10 +0100 | |
commit | 96715aae7ced58fc80f2945e7da3d78006b3098f (patch) | |
tree | 6a4f59083221cc1c03fa4a173052b6e5d5954e26 /pydis_site/static/css | |
parent | Pushing before work is over (diff) | |
parent | Merge pull request #203 from gdude2002/django+base-templates (diff) |
Merge branch 'django' into django+200/wiki
# Conflicts:
# pydis_site/apps/home/urls.py
Diffstat (limited to 'pydis_site/static/css')
-rw-r--r-- | pydis_site/static/css/home/index.css | 18 | ||||
-rw-r--r-- | pydis_site/static/css/navbar.css | 4 |
2 files changed, 18 insertions, 4 deletions
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; +} diff --git a/pydis_site/static/css/navbar.css b/pydis_site/static/css/navbar.css deleted file mode 100644 index db4b85e7..00000000 --- a/pydis_site/static/css/navbar.css +++ /dev/null @@ -1,4 +0,0 @@ -.navbar-icon { - max-height: 3em; - margin: 0.5em 0 0.5em 2.5em; -} |