add top div to instance article

This commit is contained in:
Arthur Lu
2022-12-14 15:32:22 -08:00
parent 12ef3de58c
commit 223681ccc6
2 changed files with 12 additions and 3 deletions

View File

@@ -2,4 +2,8 @@ article {
border-top: solid white 1px;
border-bottom: solid white 1px;
margin: 0px;
}
.instance-top-div {
display: flex;
}