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 {
padding-left: 60px;
}
hr {
clear: both;
}
img.logo {
float: left;
/* border-radius: 50%; */