mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-06-13 03:38:11 -05:00
Improve responsive styling
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user