From 0aa0f2836bae94f5818c66643d8468c042e4c4a6 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Thu, 26 May 2022 15:03:00 +0200 Subject: [PATCH] :sparkles: --- aula/static/main.css | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/aula/static/main.css b/aula/static/main.css index f26da42..ca425f8 100644 --- a/aula/static/main.css +++ b/aula/static/main.css @@ -15,30 +15,33 @@ h1, h2, h3, h4, h5, h6 { .media-body { position: relative; + display: flex; + flex-direction: column; } .group-name { - position: absolute; + align-self: flex-end; + position: inherit; display: block; right: 0; bottom: 0; text-align: right; - background-color: #18638f; + background-color: #19425f; width: fit-content; color: #fff; font-weight: 700; - padding-top: 3px; + padding-top: 2px; padding-bottom: 3px; - padding-right: 8px; - padding-left: 8px; - border-radius: 4px; + padding-right: 9px; + padding-left: 9px; + border-radius: 8px; border: none; text-decoration: none !important; } .group-name:hover { color: #fff; - background-color: #19425f; + background-color: #18638f; } .navbar {