feat: add mandatory flex gap

This commit is contained in:
httpjamesm
2023-05-24 00:12:18 -04:00
parent 69626309b3
commit a578fa7174
+1
View File
@@ -214,6 +214,7 @@ body {
flex-wrap: wrap;
width: 70rem;
justify-content: space-evenly;
gap: 1rem;
}
.instances .list .instance {