Removed margins from some areas to improve spacing

This commit is contained in:
2026-02-16 17:50:19 -07:00
parent 9348b33ed6
commit e6c4939191

View File

@@ -4,7 +4,6 @@
.inlineContainer { .inlineContainer {
display: inline-flex; display: inline-flex;
margin-bottom: 1.8em;
flex-direction: column; flex-direction: column;
/* Would be nice to figure out why 50% doesn't work. */ /* Would be nice to figure out why 50% doesn't work. */
width: 49%; width: 49%;
@@ -50,6 +49,7 @@ td, th {
border: 1px solid; border: 1px solid;
border-radius: 0.25rem; border-radius: 0.25rem;
margin-top: 1rem; margin-top: 1rem;
margin-bottom: 0;
padding: 1rem; padding: 1rem;
opacity: 1; opacity: 1;
} }