Skip to content

Commit

Permalink
Reduce content sections vertical spacing and add big botton margin to…
Browse files Browse the repository at this point in the history
… hero
  • Loading branch information
leomp12 committed Dec 15, 2023
1 parent 0d7191c commit 5004489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functions/ssr/src/components/HeroSlider.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<section class="relative mx-auto">
<section class="relative mx-auto mb-9 md:mb-12">
<Carousel :autoplay="autoplay" class="secondary [&>*]:items-center">
<li
v-for="(slide, i) in slides"
Expand Down
2 changes: 1 addition & 1 deletion functions/ssr/src/main/Sections.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const { isHomepage } = routeContext;
cause route resource is required to define sections from content. */
---

<article class="my-9 md:my-12">
<article class="mt-6 mb-9 md:mt-8 md:mb-12">
{sections.map(async ({ type, props }) => {
switch (type) {
case 'product-shelf':
Expand Down

0 comments on commit 5004489

Please sign in to comment.