aligned things properly

This commit is contained in:
Karma Riuk
2025-05-10 23:04:17 +02:00
parent aa275e814d
commit 37d5907220

View File

@ -5,6 +5,8 @@ body {
} }
fieldset { fieldset {
margin-left: 0;
margin-right: -1px;
margin-bottom: 1.5em; margin-bottom: 1.5em;
padding: 1em; padding: 1em;
} }
@ -46,6 +48,13 @@ h1 {
display: none; display: none;
} }
#results-container h3 {
display: flex;
width: 100%;
flex-direction: row;
justify-content: space-between;
}
table { table {
width: 100%; width: 100%;
border-collapse: collapse; border-collapse: collapse;