1
0
mirror of https://github.com/prometheus/docs.git synced 2026-02-05 15:45:27 +01:00

Homepage spacing cleanups

Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
Julius Volz
2025-05-21 01:53:56 +02:00
parent 855f8b5a71
commit 53d2c29b62
2 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ const features = [
export function FeaturesCards() {
return (
<Container size="lg">
<SimpleGrid cols={{ base: 1, xs: 2, sm: 3 }} spacing="xl" my={40}>
<SimpleGrid cols={{ base: 1, xs: 2, sm: 3 }} spacing="xl">
{features.map((feature) => (
<Card
key={feature.title}

View File

@@ -1,7 +1,7 @@
.wrapper {
position: relative;
margin-top: clamp(0px, 7vw, rem(80px));
padding-bottom: rem(60px);
margin-block: clamp(0px, 7vw, rem(80px));
padding-bottom: 1rem;
}
.inner {