mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-06-23 17:36:09 -05:00
Add subtitle to feature card section
This commit is contained in:
@@ -3,12 +3,17 @@ import FeatureCard from "../card/FeatureCard.jsx";
|
||||
---
|
||||
|
||||
<section class="py-8 md:py-16">
|
||||
<div class="max-w-screen-md xl:max-w-screen-xl mx-auto grid grid-cols-12">
|
||||
<div class="col-start-2 col-span-10 lg:col-start-1 lg:col-span-12 grid grid-cols-12 gap-4 md:gap-6">
|
||||
<div class="text-center">
|
||||
<h2>All you need to create</h2>
|
||||
</div>
|
||||
<div class="max-w-screen-md xl:max-w-screen-xl mx-auto grid grid-cols-12 mt-6 md:mt-12">
|
||||
<div
|
||||
class="col-start-2 col-span-10 lg:col-start-1 lg:col-span-12 grid grid-cols-12 gap-4 md:gap-6"
|
||||
>
|
||||
<FeatureCard
|
||||
icon="icon-monitor"
|
||||
title="Cross-platform"
|
||||
description="Runs on all major operating systems – Windows, MacOS and Linux."
|
||||
description="Runs on all major operating systems – Windows, MacOS and Linux."
|
||||
/>
|
||||
<FeatureCard
|
||||
icon="icon-cycle"
|
||||
|
||||
Reference in New Issue
Block a user