Skip to content

Commit

Permalink
Merge pull request #14 from imprakharshukla/dev
Browse files Browse the repository at this point in the history
fixed padding issues with heading.vue and landing.vue
  • Loading branch information
imprakharshukla authored Jul 19, 2021
2 parents fdd8da4 + ad75adf commit d40c740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/global/heading.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<XyzTransition :appear-visible="true" duration="auto">
<div class="py-5 pb-16 md:pb-24 lg:max-w-screen-md mx-auto"
<div class="py-5 pb-16 px-6 md:pb-24 lg:max-w-screen-md mx-auto"
>
<div class="flex-col space-y-4" xyz="fade flip-down duration-10 delay-2 stagger ease-out-back">
<h2 class="deco-heading xyz-nested">{{ deco_heading }}</h2>
Expand Down
2 changes: 1 addition & 1 deletion components/landing.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="relative h-screen mt-8 lg:mt-0 bg-background w-full lg:px-24">
<div class="relative h-screen mt-8 lg:mt-0 bg-background w-full lg:px-24 px-4">
<div class="grid grid-cols-1 ms:grid-cols-2 lg:grid-cols-3 justify-between lg:-mt-8">
<div
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"
Expand Down

1 comment on commit d40c740

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.