Skip to content

Commit

Permalink
fixed problem with col-rewerse in PianoRollDescription
Browse files Browse the repository at this point in the history
  • Loading branch information
Fermatka committed Sep 25, 2024
1 parent b7a2ac7 commit db93317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algrtm/src/components/PianoRollDescription.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const PianoRollDescription = () => {

return (
<section className="flex flex-col items-center justify-center w-full xl:px-[12.625rem]">
<div className="lg:flex-row flex flex-col gap-[4rem] lg:gap-[4.5rem] items-center justify-center w-full">
<div className="lg:flex-row flex flex-col-reverse gap-[4rem] lg:gap-[4.5rem] items-center justify-center w-full">
<div className="flex flex-col gap-4 max-w-[24.03rem] w-full">
<h1 className="h4 tracking-[-0.11rem] lg:h2SB lg:tracking-[-0.13rem] xl:h2 xl:tracking-[-0.16rem] text-neutralLight-neutral10 dark:text-neutralDark-neutral10 ">
PianoRoll
Expand Down

0 comments on commit db93317

Please sign in to comment.