Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoopmann committed Feb 7, 2024
1 parent 3fc62f2 commit b871352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mainsite/components/TwoYearProjection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const TwoYearProjection: FC = () => {
/>
<div
className={`
relative top-[14px] flex
relative flex
-translate-x-1/2 select-none flex-col
items-center
${
Expand Down Expand Up @@ -222,7 +222,7 @@ const TwoYearProjection: FC = () => {
/>
<div
className={`
relative top-[14px] flex
relative flex
-translate-x-1/2 select-none flex-col
items-center
${
Expand Down

0 comments on commit b871352

Please sign in to comment.