Skip to content

Commit

Permalink
Logo - Fixing overlapping text and placeholder image
Browse files Browse the repository at this point in the history
Fixed: #2344

Affected Route: `/logo/ssw`

Screenshot: TODO
  • Loading branch information
amankumarrr committed Mar 21, 2024
1 parent 4ed0468 commit 752e778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/blocks/colorBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const ColorRow = (props: ColorRow) => {
<>
<div
className={classNames(
"col-span-1 my-0 flex flex-col items-center justify-center px-4 md:h-10",
"col-span-1 my-0 flex flex-col items-center justify-center px-4",
sswColors[`${firstColor}`]
)}
>
Expand All @@ -61,7 +61,7 @@ const ColorRow = (props: ColorRow) => {
</div>
<div
className={classNames(
"col-span-1 my-0 flex flex-col items-center justify-center px-4 md:h-10",
"col-span-1 my-0 flex flex-col items-center justify-center px-4 ",
sswColors[`${secondColor}`]
)}
>
Expand Down

0 comments on commit 752e778

Please sign in to comment.