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 {
margin-left: 0;
margin-right: -1px;
margin-bottom: 1.5em;
padding: 1em;
}
@ -46,6 +48,13 @@ h1 {
display: none;
}
#results-container h3 {
display: flex;
width: 100%;
flex-direction: row;
justify-content: space-between;
}
table {
width: 100%;
border-collapse: collapse;