diff options
author | 2019-04-12 14:06:47 +0200 | |
---|---|---|
committer | 2019-04-12 14:06:47 +0200 | |
commit | ab18c0d88ad7f11073a49c097ff20c5510cb2e7d (patch) | |
tree | 8aa1a2126e3a990a99dc7a872a3796b816ca3a7c /pydis_site/static/css/base | |
parent | Slight improvements to the who are we text (diff) |
Responsive video container not quite working the way it should.
Diffstat (limited to 'pydis_site/static/css/base')
-rw-r--r-- | pydis_site/static/css/base/base.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pydis_site/static/css/base/base.css b/pydis_site/static/css/base/base.css index f9c557d5..969511f4 100644 --- a/pydis_site/static/css/base/base.css +++ b/pydis_site/static/css/base/base.css @@ -12,6 +12,12 @@ main.site-content { flex: 1; } +div.card.has-equal-height { + height: 100%; + display: flex; + flex-direction: column; +} + #django-logo { padding-bottom: 2px; background: url(https://static.djangoproject.com/img/logos/django-logo-negative.png) no-repeat center; |