Improve responsive styling

This commit is contained in:
Dilson's Pickles
2023-03-08 17:42:44 +00:00
parent c1c3144cdb
commit 5fa17c8e23
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ function DownloadMuseHubButton(props) {
className="flex h-12 gap-3 px-4 items-center rounded justify-center whitespace-nowrap border border-blue-700 text-blue-700 hover:bg-blue-700 hover:text-white"
href={href}
>
Download with free effects and samples
Download with free VST effects
</a>
);
}

View File

@@ -17,7 +17,7 @@ import DownloadMuseHubButton from "../button/DownloadMuseHubButton";
</div>
<div class="flex flex-col items-center justify-center space-y-8">
<div class="flex gap-6">
<div class="flex flex-col w-full gap-3 sm:flex-row">
<DownloadButton client:only primary />
<DownloadMuseHubButton client:only />
</div>