mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-06-13 12:30:38 -05:00
Update image border radius
This commit is contained in:
@@ -30,6 +30,6 @@ import RealTimeEffects from "../../../assets/img/features/Spectrogram.png";
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="flex h-56 sm:h-auto p-3 sm:p-0 row-start-1 sm:row-auto lg:p-16"><img class="rounded-sm object-cover w-full" src={RealTimeEffects} /></div>
|
||||
<div class="flex h-56 sm:h-auto p-3 sm:p-0 row-start-1 sm:row-auto lg:p-16"><img class="rounded object-cover w-full" src={RealTimeEffects} /></div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -5,7 +5,7 @@ import ShareAudio from "../../../assets/img/features/ShareAudio.png";
|
||||
|
||||
<section class="">
|
||||
<div class="grid sm:grid-cols-2 mx-auto max-w-2xl sm:max-w-6xl pb-8 sm:pb-0">
|
||||
<div class="flex h-56 sm:h-auto p-3 sm:p-0 row-start-1 lg:p-16"><img class="rounded-sm object-cover w-full" src={ShareAudio} /></div>
|
||||
<div class="flex h-56 sm:h-auto p-3 sm:p-0 row-start-1 lg:p-16"><img class="rounded object-cover w-full" src={ShareAudio} /></div>
|
||||
<div class="flex flex-col justify-center lg:pr-16 p-3 sm:p-6">
|
||||
<Badge badgeText="New in v3.2" />
|
||||
<h1 class="text-2xl lg:text-4xl font-bold mt-2">Share to audio.com</h1>
|
||||
|
||||
Reference in New Issue
Block a user