style: increase top margin of team section button from 6 to 8 on mobile

This commit is contained in:
2025-10-17 18:09:19 +02:00
parent 6d37afa8f5
commit 63c8ed3b76

View File

@@ -15,7 +15,7 @@ export function AboutTeam() {
<p className="mt-6 text-sm font-light text-pretty text-gray-700 lg:text-base">
ThreeFold was started by pioneers from the early days of the internet, when it was a true peer-to-peer network. Today, its an open-source movement supported by a dedicated team and a vibrant community of contributors. Over 50 full-time developers and countless Hosters worldwide help bring our shared vision to life.
</p>
<div className="mt-6 lg:mt-10">
<div className="mt-8 lg:mt-10">
<Button href="#" variant="glass" >
Our People
</Button>