File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<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"
4
4
>
5
5
<div class =" flex-col space-y-4" xyz =" fade flip-down duration-10 delay-2 stagger ease-out-back" >
6
6
<h2 class =" deco-heading xyz-nested" >{{ deco_heading }}</h2 >
Original file line number Diff line number Diff line change 1
1
<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 " >
3
3
<div class =" grid grid-cols-1 ms:grid-cols-2 lg:grid-cols-3 justify-between lg:-mt-8" >
4
4
<div
5
5
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"
You can’t perform that action at this time.
0 commit comments