aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static/css/home
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2020-10-22 15:45:14 +1000
committerGravatar scragly <[email protected]>2020-10-22 15:45:14 +1000
commita971b36e079345fff3142a9cc663670f3b2a2ff8 (patch)
treeea8fcf09b7f7886c609fe46c49b90dc6e37eb5f0 /pydis_site/static/css/home
parentUse local svgs for wave elements. (diff)
Add a message section to replace hero section for mobiles.
Diffstat (limited to 'pydis_site/static/css/home')
-rw-r--r--pydis_site/static/css/home/index.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css
index 9e36a51c..18f2d1aa 100644
--- a/pydis_site/static/css/home/index.css
+++ b/pydis_site/static/css/home/index.css
@@ -104,6 +104,7 @@ span.repo-language-dot.javascript {
background-color: #7289DA;
color: #fff;
height: 32vw;
+ min-height: 270px;
max-height: 500px;
overflow-x: hidden;
width: 100%;
@@ -184,3 +185,7 @@ span.repo-language-dot.javascript {
box-shadow: 0 2px 5px rgba(0,0,0,0.16), 0 2px 5px rgba(0,0,0,0.23);
transform: scale(1.5);
}
+
+.message {
+ margin: 5px;
+}