aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static/css/home/index.css
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-04-10 16:13:54 +0200
committerGravatar GitHub <[email protected]>2019-04-10 16:13:54 +0200
commit3544cf527534200163e569e06bc13cbe94a6b41d (patch)
tree2b03c27f173d32cc5904b18bf1ea65c921d691d5 /pydis_site/static/css/home/index.css
parentMerge pull request #198 from gdude2002/django+176/project-layout (diff)
parentNo 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/css/home/index.css')
-rw-r--r--pydis_site/static/css/home/index.css18
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;
+}