add top div to instance article

This commit is contained in:
2022-12-14 15:32:22 -08:00
parent a8664a4e04
commit 02ed33c674
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;
}