fix: Gengar two cols bug

This commit is contained in:
Daniil Sugonyaev
2022-12-31 10:01:54 +02:00
parent a5c337faa3
commit c9685d4ce7

View File

@ -75,7 +75,7 @@ const Section: React.FC<SectionProps> = ({
{Array.from(Array(8).keys()).map((_, index) => (
<div
key={index}
className="mr-1 h-2 w-4 rounded-sm border"
className="mr-1 h-2 w-full max-w-[1rem] rounded-sm border"
style={{
borderColor: primaryColor,
backgroundColor: levelNum / (10 / 8) > index ? primaryColor : '',