feat(character/talents): made responsive, style adjustments

This commit is contained in:
Axel Cocat 2022-02-26 16:56:46 +01:00
parent bba163aa51
commit 61a500e09b
4 changed files with 29 additions and 27 deletions

View file

@ -65,10 +65,9 @@
border: 1px solid #ffcf00;
}
#talents-spec-0,
#talents-spec-1 {
display: flex;
column-gap: 50px;
#talents-spec-0.hidden,
#talents-spec-1.hidden {
display: none;
}
.talent-tree .header {
@ -77,10 +76,13 @@
align-items: center;
column-gap: 10px;
margin-bottom: 16px;
display: flex;
align-items: center;
}
.talent-tree .cols {
display: flex;
justify-content: center;
gap: 14px;
}