✨
This commit is contained in:
12
pokemon.css
12
pokemon.css
@@ -238,8 +238,8 @@
|
||||
justify-content: center;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .charHex {
|
||||
width: 65px;
|
||||
height: 65px;
|
||||
width: 75px;
|
||||
height: 75px;
|
||||
background-color: #41c43a;
|
||||
color: black;
|
||||
border: black;
|
||||
@@ -270,7 +270,7 @@
|
||||
height: 60px;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .charHexValue {
|
||||
font-size: 25px;
|
||||
font-size: 35px;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .hpValue {
|
||||
font-size: 40px;
|
||||
@@ -534,7 +534,7 @@
|
||||
}
|
||||
.pokemon.sheet.characterSheet .defenseTable th {
|
||||
padding: 3.5px;
|
||||
padding-right: 4.5px;
|
||||
padding-right: 4px;
|
||||
font-size: 12px;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .effectiveness0 {
|
||||
@@ -586,3 +586,7 @@
|
||||
margin-top: 15px;
|
||||
margin-left: 30px;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .inventory {
|
||||
width: 350px;
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user