fix spacing for pkmn stuff

This commit is contained in:
rhiannon morris 2025-01-31 18:40:20 +01:00
parent 3195cb9c5b
commit b3825eb3d4

View file

@ -13,9 +13,10 @@
linear-gradient(105deg,
var(--type-col) 0,
var(--type-col) var(--offset),
#5d4e5d calc(var(--offset) + 1px)
#5d4e5d var(--offset)
);
--offset: calc(var(--icon-size) * 1.5);
--offset: calc(var(--icon-size) * 1.25);
border: 1px solid black;
}
.pkmn-move::before {
@ -28,7 +29,7 @@
}
.pkmn-type + .pkmn-type {
margin-left: 0.25ex;
margin-left: 0.5ex;
}
.pkmn-species {
@ -43,6 +44,7 @@
}
.pkmn-stats table {
table-layout: fixed;
width: 80%;
text-align: center;
margin: 0;