mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 00:32:35 +10:00
fix: Gengar two cols bug
This commit is contained in:
@ -75,7 +75,7 @@ const Section: React.FC<SectionProps> = ({
|
|||||||
{Array.from(Array(8).keys()).map((_, index) => (
|
{Array.from(Array(8).keys()).map((_, index) => (
|
||||||
<div
|
<div
|
||||||
key={index}
|
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={{
|
style={{
|
||||||
borderColor: primaryColor,
|
borderColor: primaryColor,
|
||||||
backgroundColor: levelNum / (10 / 8) > index ? primaryColor : '',
|
backgroundColor: levelNum / (10 / 8) > index ? primaryColor : '',
|
||||||
|
|||||||
Reference in New Issue
Block a user