aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static/home/css/index.css
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2019-04-07 19:39:52 +0200
committerGravatar GitHub <[email protected]>2019-04-07 19:39:52 +0200
commit7e9133d1ac2b4cb82a9ee0dead37f342933ce8d4 (patch)
tree787f45a1ba5e1f16b9cd7d9e8cdf660573914151 /pydis_site/static/home/css/index.css
parentSet `harakiri = 30`. (diff)
parentAddress review by @jchristgit (diff)
Merge pull request #198 from gdude2002/django+176/project-layout
[Fixes #158, #160, #176, #193] Project layout changes
Diffstat (limited to 'pydis_site/static/home/css/index.css')
-rw-r--r--pydis_site/static/home/css/index.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/pydis_site/static/home/css/index.css b/pydis_site/static/home/css/index.css
new file mode 100644
index 00000000..76653320
--- /dev/null
+++ b/pydis_site/static/home/css/index.css
@@ -0,0 +1,30 @@
+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;
+}