diff --git a/assets/css/styles.css b/assets/css/styles.css index 7e894b3..bad9ce1 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -4657,6 +4657,29 @@ textarea.form-control-lg { padding: 1rem 1rem; } +@media (min-width: 768px) { + .card-body { + padding-left: 1rem; + padding-top: 1rem; + } + + .card-grid { + display: grid; + grid-template-columns: 70% 30%; + grid-template-rows: auto; + } + + .card-grid-div { + grid-column: 1; + grid-row: 2; + } + + .card-grid-btn { + grid-column: 2; + grid-row: 2; + } +} + .card-title { margin-bottom: 0.5rem; } @@ -6941,11 +6964,6 @@ textarea.form-control-lg { position: absolute !important; } -@media (min-width: 768px) { - .position-absolute-md { - position: absolute !important; - } -} .position-fixed { position: fixed !important; } diff --git a/templates/games.html b/templates/games.html index 34394a5..f64c579 100644 --- a/templates/games.html +++ b/templates/games.html @@ -7,7 +7,7 @@ {% include 'header.html' %}
-

A list of queer games

+

{{ _("A list of queer games") }}

{% for project in this.children %} {% set image = project.attachments.images.first() %} @@ -18,9 +18,9 @@
-

{{project.title}}

{% if project.weblate %}{{ _("Translated by the Queerscriptors") }}{% endif %} - {{project.body}} -
+

{{project.title}}

{% if project.weblate %}{{ _("Translated by the Queerscriptors") }}{% endif %} +
{{project.body}}
+
{% if project.weblate %} {{ _("More") }} {% else %}