general/style: clear floating on hr

This commit is contained in:
Christian Hesse 2025-11-25 09:50:27 +01:00
parent 1ac0147fce
commit 678fc3307e

View file

@ -39,6 +39,9 @@ div.notification {
div.content { div.content {
padding-left: 60px; padding-left: 60px;
} }
hr {
clear: both;
}
img.logo { img.logo {
float: left; float: left;
/* border-radius: 50%; */ /* border-radius: 50%; */