mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2025-12-19 05:59:24 +00:00
chore: update margins and caption
This commit is contained in:
parent
2b9c120a25
commit
4f220e4f8c
3 changed files with 4 additions and 4 deletions
|
|
@ -16,7 +16,7 @@ export const Features0 = () => {
|
||||||
transition={{ duration: 0.5, delay: 0.2 }}
|
transition={{ duration: 0.5, delay: 0.2 }}
|
||||||
>
|
>
|
||||||
<div className="flex flex-wrap items-center 2xl:w-[1450px] xl:w-[1300px] w-11/12 mx-auto md:pl-4 xl:pr-16 xl:pl-16">
|
<div className="flex flex-wrap items-center 2xl:w-[1450px] xl:w-[1300px] w-11/12 mx-auto md:pl-4 xl:pr-16 xl:pl-16">
|
||||||
<div className="w-full md:w-1/2 mb-8 md:mb-0 lg:pl-16 flex justify-center mx-auto pt-16 lg:pt-0">
|
<div className="w-full md:w-3/4 mb-8 md:mb-0 lg:pl-16 flex justify-center mx-auto pt-16 lg:pt-0">
|
||||||
<img
|
<img
|
||||||
src={draganddrop}
|
src={draganddrop}
|
||||||
alt="Drag and Drop Demo"
|
alt="Drag and Drop Demo"
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ export const Features1 = () => {
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="w-full md:w-1/2 mb-8 md:mb-0 mx-auto lg:w-1/2 flex flex-wrap lg:-mx-4 sm:pr-8 justify-center">
|
<div className="w-full md:w-3/4 mb-8 md:mb-0 mx-auto lg:w-1/2 flex flex-wrap lg:-mx-4 sm:pr-8 justify-center">
|
||||||
<img
|
<img
|
||||||
src={recipedemo}
|
src={recipedemo}
|
||||||
alt="Recipe Demo"
|
alt="Recipe Demo"
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ export const Features2 = () => (
|
||||||
transition={{ duration: 0.5, delay: 0.2 }}
|
transition={{ duration: 0.5, delay: 0.2 }}
|
||||||
>
|
>
|
||||||
<div className="flex flex-wrap items-center 2xl:w-[1450px] xl:w-[1300px] w-11/12 mx-auto md:pl-4 xl:pr-16 xl:pl-16">
|
<div className="flex flex-wrap items-center 2xl:w-[1450px] xl:w-[1300px] w-11/12 mx-auto md:pl-4 xl:pr-16 xl:pl-16">
|
||||||
<div className="w-full md:w-1/2 mb-8 md:mb-0 lg:pl-16 flex justify-center mx-auto pt-16 lg:pt-0">
|
<div className="w-full md:w-3/4 mb-8 md:mb-0 lg:pl-16 flex justify-center mx-auto pt-16 lg:pt-0">
|
||||||
<img
|
<img
|
||||||
src={uploadtockan}
|
src={uploadtockan}
|
||||||
alt="CKAN Upload Demo"
|
alt="CKAN Upload Demo"
|
||||||
|
|
@ -23,7 +23,7 @@ export const Features2 = () => (
|
||||||
<div className="w-full lg:w-1/2 mb-12 lg:mb-0 xl:pl-8">
|
<div className="w-full lg:w-1/2 mb-12 lg:mb-0 xl:pl-8">
|
||||||
<div className="mx-auto lg:mx-auto w-11/12 sm:w-4/5 md:w-3/4 lg:w-unset">
|
<div className="mx-auto lg:mx-auto w-11/12 sm:w-4/5 md:w-3/4 lg:w-unset">
|
||||||
<span className="custom-block-subtitle">
|
<span className="custom-block-subtitle">
|
||||||
Load to CKAN with ease
|
Load to CKAN from your device
|
||||||
</span>
|
</span>
|
||||||
<h2 className="mt-6 mb-8 text-4xl lg:text-5xl custom-block-big-title">
|
<h2 className="mt-6 mb-8 text-4xl lg:text-5xl custom-block-big-title">
|
||||||
Upload your data to a <u>CKAN</u> instance
|
Upload your data to a <u>CKAN</u> instance
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue