Feat: new categories and mobile

This commit is contained in:
2025-01-13 16:50:13 +03:00
parent ae7c821562
commit bfc9b9a367
7 changed files with 40 additions and 35 deletions

View File

@@ -42,7 +42,7 @@ export const Tier = ({ color, name, textColor, id }: TierProps) => {
<>
<div className='w-full min-h-40 bg-[#2d3436] h-auto flex flex-row'>
<div
className='w-24 min-h-40 flex items-center justify-center relative tier_name'
className='w-24 min-h-40 flex items-center justify-center relative tier_name text-center text-xs'
style={{
color: text_color_code,
backgroundColor: color_code,