Add 10px padding on card-body

Signed-off-by: HackerNCoder <hackerncoder@encryptionin.space>
This commit is contained in:
HackerNCoder 2023-02-14 20:05:34 +00:00
parent 9a1e3edef9
commit 21a55b82d4
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -26,7 +26,7 @@
{{project.body}}
</div>
<div class="d-md-flex card-grid-btn justify-content-end">
<div class="d-md-inline-block d-grid me-md-2 mb-md-2 align-self-end">
<div class="d-md-inline-block d-grid mb-md-2 align-self-end">
{% if project.weblate %}
<a href="{{project|url}}" class="btn btn-primary btn-sm">{{ _("More") }} <i class="fa fa-angle-right" aria-hidden="true"></i></a>
{% else %}