Fix styling of headlines in alert boxes

This commit is contained in:
Raphael Michel
2022-09-28 23:03:55 +02:00
parent d56e2de409
commit d4af9130e0

View File

@@ -110,6 +110,9 @@ h1 .btn-sm {
.container-fluid > .alert:first-child {
margin-top: 20px;
}
.alert h2 {
margin-top: 0;
}
.flipped-scroll-wrapper {
overflow-y: auto;