code clean

This commit is contained in:
Patrick Haßel 2025-02-28 11:32:50 +01:00
parent 906be87e50
commit 6c49f4738a
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,7 @@
.bar { .bar {
position: relative; position: relative;
color: white; color: white;
border-radius: 0.5em;
.part { .part {
float: left; float: left;
@ -12,7 +13,6 @@
.text { .text {
padding-left: 0.25em; padding-left: 0.25em;
} }
border-radius: 0.5em;
} }
.self { .self {