diff --git a/assets/css/styles.css b/assets/css/styles.css index 7fa0cbd..a2cec1e 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -6937,6 +6937,11 @@ 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 541da3d..df4a15a 100644 --- a/templates/games.html +++ b/templates/games.html @@ -20,7 +20,7 @@

{{project.title}}

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