diff options
author | 2019-04-10 13:03:07 +0100 | |
---|---|---|
committer | 2019-04-10 13:03:07 +0100 | |
commit | 57838a2e98f7e80117448562865b09733a1637a9 (patch) | |
tree | f226c3f32d79606f4ce0cc7463bf4cba8de35d5f /pydis_site/static/css/home/index.css | |
parent | Merge pull request #198 from gdude2002/django+176/project-layout (diff) |
Initial work on some base templates
Diffstat (limited to 'pydis_site/static/css/home/index.css')
-rw-r--r-- | pydis_site/static/css/home/index.css | 18 |
1 files changed, 18 insertions, 0 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; +} |