fixup! Use grid instead of absolute position for games

Signed-off-by: HackerNCoder <hackerncoder@encryptionin.space>
This commit is contained in:
HackerNCoder 2023-02-14 18:43:04 +00:00
parent 35b1b02b50
commit bb0a7a4352
2 changed files with 2 additions and 3 deletions

View file

@ -4659,8 +4659,7 @@ textarea.form-control-lg {
@media (min-width: 768px) { @media (min-width: 768px) {
.card-body { .card-body {
padding-left: 1rem; padding: 1rem 0 0 1rem;
padding-top: 1rem;
} }
.card-grid { .card-grid {

View file

@ -17,7 +17,7 @@
<img src="{{image|url}}" class="img-fluid rounded-start-md rounded-top-sm" > <img src="{{image|url}}" class="img-fluid rounded-start-md rounded-top-sm" >
</div> </div>
<div class="col-md-8" > <div class="col-md-8" >
<div class="card-body h-100 position-relative" > <div class="card-body h-100 position-relative card-grid" >
<h3 class="card-title {% if project.weblate %}mb-0{% endif %}">{{project.title}}</h3>{% if project.weblate %}<span class="badge bg-success mb-2">{{ _("Translated by the Queerscriptors") }}</span>{% endif %} <h3 class="card-title {% if project.weblate %}mb-0{% endif %}">{{project.title}}</h3>{% if project.weblate %}<span class="badge bg-success mb-2">{{ _("Translated by the Queerscriptors") }}</span>{% endif %}
<div class="card-grid-div">{{project.body}}</div> <div class="card-grid-div">{{project.body}}</div>
<div class="d-md-inline-block d-grid mb-md-2 card-grid-btn"> <div class="d-md-inline-block d-grid mb-md-2 card-grid-btn">