make instance cards more contained

This commit is contained in:
Arthur Lu 2022-12-14 22:51:44 -08:00
parent 8d41997c76
commit 81b26b5f30
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,8 @@
article { article {
border-top: solid white 1px; border: solid white 1px;
border-bottom: solid white 1px; border-radius: 5px;
margin: 0px; padding: 0px 1em 0px 1em;
margin: 20px 0px 20px 0px;
} }
.summary-div { .summary-div {

View File

@ -5,7 +5,6 @@ body {
h1, h2, h3, p { h1, h2, h3, p {
font-family: monospace; font-family: monospace;
color: white; color: white;
margin: 20px 0px 20px 0px;
} }
h1 { h1 {