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 {