Skip to content

Commit

Permalink
remove padding from top issue#414 (#422)
Browse files Browse the repository at this point in the history
* remove padding from top

* remove warnings
  • Loading branch information
Ali7040 committed Mar 5, 2024
1 parent 0dd2f41 commit 6e641f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ const Home = (props: any) => {
<h2 className='text-h3mobile md:text-h3 font-bold mb-6'>
Why JSON Schema?
</h2>
<p className='mb-6 leading-5 text-h5mobile md:text-h5 leading-7'>
<p className='mb-6 text-h5mobile md:text-h5 leading-7'>
While JSON is probably the most popular format for exchanging
data, JSON Schema is the vocabulary that enables JSON data
consistency, validity, and interoperability at scale.
Expand Down Expand Up @@ -417,7 +417,7 @@ const Home = (props: any) => {
<div>
<Link
href={`/blog/posts/${blogPosts[0].slug}`}
className='block w-full lg:w-1/2 rounded border-2 bg-primary text-white h-[40px] text-center pt-1 semi-bold flex items-center justify-center'
className='w-full lg:w-1/2 rounded border-2 bg-primary text-white h-[40px] text-center semi-bold flex items-center justify-center'
>
Read more{' '}
</Link>
Expand Down Expand Up @@ -472,7 +472,7 @@ const Home = (props: any) => {
</div>
<a
href='https://calendar.google.com/calendar/u/0/embed?src=c_8r4g9r3etmrmt83fm2gljbatos@group.calendar.google.com'
className='block w-full lg:w-1/2 rounded border-2 bg-primary text-white h-[40px] text-center pt-1 flex items-center justify-center'
className='w-full lg:w-1/2 rounded border-2 bg-primary text-white h-[40px] text-center flex items-center justify-center'
target='_blank'
rel='noopener noreferrer'
>
Expand Down

0 comments on commit 6e641f0

Please sign in to comment.