feat(character/talents): add talent specialization selector

This commit is contained in:
Axel Cocat 2022-01-12 19:41:32 +01:00
parent f979241e37
commit 4d63acf21d
2 changed files with 31 additions and 4 deletions

View file

@ -127,3 +127,7 @@
flex-direction: column;
gap: 14px;
}
#spec-links {
margin-bottom: 32px;
}