From 69e046c327544e940a0db2957b5d52af4bd77b15 Mon Sep 17 00:00:00 2001 From: Robert Wasinger Date: Mon, 8 Jan 2024 17:34:06 -0700 Subject: [PATCH] dojos page css - place belt icons cleanly --- dojo_theme/static/css/custom.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dojo_theme/static/css/custom.css b/dojo_theme/static/css/custom.css index 59ba128cb..3642800c4 100644 --- a/dojo_theme/static/css/custom.css +++ b/dojo_theme/static/css/custom.css @@ -168,15 +168,15 @@ h4 { } .card-text { - position: absolute; - bottom: 1em; - right: 1em; color: rgb(234, 234, 234); font-size: 0.75em; } .card-icon { - width: 35% + width: 35%; + position: absolute; + bottom: 1rem; + right: 1rem; } .accordion-item {