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:
@@ -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}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user