diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css index a90a60d74..4c36031b3 100644 --- a/pydis_site/static/css/home/index.css +++ b/pydis_site/static/css/home/index.css @@ -71,15 +71,6 @@ span.repo-language-dot.javascript { } @media screen and (min-width: 1088px) { - .column.is-half, .column.is-half-tablet { - flex: none; - width: 50%; - } - - .columns:not(.is-desktop) { - display: flex; - } - .video-container iframe { height: calc(42vw * 0.5625); max-height: 371px; @@ -88,18 +79,10 @@ span.repo-language-dot.javascript { } @media screen and (max-width: 1087px) { - .column.is-half, .column.is-half-tablet { - flex: none; - width: 100%; - } - - .columns:not(.is-desktop) { - display: block; - } - .video-container iframe { height: calc(92vw * 0.5625); max-height: none; max-width: none; } } + diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index 45fb56e9c..0fa2f67c6 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -15,8 +15,8 @@

Who are we?


-
-
+
+

We're a large community focused around the Python programming language. We believe anyone can learn to code, and are very dedicated to helping @@ -38,7 +38,7 @@

Who are we?

{# Intro video #} -
+
@@ -48,11 +48,11 @@

Who are we?

{# Projects #}

Projects


-
+
{# Display projects from HomeView.repos #} {% for repo in repo_data %} -
+
@@ -82,11 +82,20 @@

Projects

Sponsors

- Linode - JetBrains - Adafruit +
{% endblock %} +