Removed margins from some areas to improve spacing
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user