added type weakness to display

added matrices for attack/defense type compatibility
This commit is contained in:
2023-01-15 20:17:36 +09:00
parent 8c79cc72b1
commit 9ec67e96e6
5 changed files with 122 additions and 7 deletions

View File

@@ -40,6 +40,6 @@
.main-row {
display: flex;
flex-direction: row;
height: 700px;
height: 800px;
}
</style>