123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- .center {
- display: flex;
- justify-content: center;
- }
- .stats-container {
- display: flex;
- justify-content: space-between;
- margin: 1.5rem 1.5rem 0 1.5rem;
- gap: 1.5rem;
- width: 100%;
- }
- attribute-skill-container {
- width: 25%;
- @media (width < 1700px) {
- width: 28%;
- }
- }
- .container2 {
- display: flex;
- flex-direction: column;
- gap: 1.5rem;
- width: 75%;
- @media (width < 1700px) {
- width: 72%;
- }
- }
- .rest {
- display: flex;
- justify-content: space-between;
- width: 100%;
- }
- .life-weapon-container {
- display: flex;
- flex-direction: column;
- gap: 2rem;
- width: 49%;
- @media (height < 934px) {
- gap: 1.5rem;
- }
- }
- ability-panel {
- width: 49%;
- }
- .life {
- width: 100%;
- height: 20%;
- }
- .weapon {
- width: 100%;
- min-height: 50%;
- max-height: 70%;
- }
|