Skip to content

Commit d40c740

Browse files
Merge pull request #14 from imprakharshukla/dev
fixed padding issues with heading.vue and landing.vue
2 parents fdd8da4 + ad75adf commit d40c740

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/global/heading.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<XyzTransition :appear-visible="true" duration="auto">
3-
<div class="py-5 pb-16 md:pb-24 lg:max-w-screen-md mx-auto"
3+
<div class="py-5 pb-16 px-6 md:pb-24 lg:max-w-screen-md mx-auto"
44
>
55
<div class="flex-col space-y-4" xyz="fade flip-down duration-10 delay-2 stagger ease-out-back">
66
<h2 class="deco-heading xyz-nested">{{ deco_heading }}</h2>

components/landing.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class="relative h-screen mt-8 lg:mt-0 bg-background w-full lg:px-24">
2+
<div class="relative h-screen mt-8 lg:mt-0 bg-background w-full lg:px-24 px-4">
33
<div class="grid grid-cols-1 ms:grid-cols-2 lg:grid-cols-3 justify-between lg:-mt-8">
44
<div
55
class="mt-6 self-stretch text-center lg:text-left lg:self-center lg:grid-cols-1 justify-self-center lg:justify-self-start order-2 lg:order-1"

0 commit comments

Comments
 (0)