aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static/css
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-10-14 11:39:33 +0100
committerGravatar GitHub <[email protected]>2019-10-14 11:39:33 +0100
commit6ceb4655030da3748a5b4723360b7ad51b6edfe5 (patch)
treec96b56d22411721fd5ba0eba17dc96cf23971689 /pydis_site/static/css
parentAllauth: Address reviews by @lemonsaurus (diff)
parentMerge pull request #282 from python-discord/upgrade-postgresql-to-12 (diff)
Merge branch 'master' into #201-django-allauth
Diffstat (limited to 'pydis_site/static/css')
-rw-r--r--pydis_site/static/css/home/index.css19
1 files changed, 1 insertions, 18 deletions
diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css
index a90a60d7..4c36031b 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;
}
}
+