chore: update padding for different screen sizes in various components
This commit is contained in:
parent
83d81f3340
commit
387866881c
4 changed files with 4 additions and 4 deletions
|
@ -49,7 +49,7 @@ const Page = () => {
|
||||||
const allAffiliations = getAffiliations()
|
const allAffiliations = getAffiliations()
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className='p-6'>
|
<div className='p-0 md:p-6'>
|
||||||
<h1 className={`${zillaSlab.className} text-6xl text-center mb-10`}>
|
<h1 className={`${zillaSlab.className} text-6xl text-center mb-10`}>
|
||||||
Affiliations
|
Affiliations
|
||||||
</h1>
|
</h1>
|
||||||
|
|
|
@ -70,7 +70,7 @@ const Page = () => {
|
||||||
})
|
})
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className='p-6'>
|
<div className='p-0 md:p-6'>
|
||||||
<h1 className={`${zillaSlab.className} text-6xl text-center mb-10`}>
|
<h1 className={`${zillaSlab.className} text-6xl text-center mb-10`}>
|
||||||
Authors
|
Authors
|
||||||
</h1>
|
</h1>
|
||||||
|
|
|
@ -62,7 +62,7 @@ const Page = () => {
|
||||||
})
|
})
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className='p-6'>
|
<div className='p-0 md:p-6'>
|
||||||
<h1 className={`${zillaSlab.className} text-6xl text-center mb-10`}>
|
<h1 className={`${zillaSlab.className} text-6xl text-center mb-10`}>
|
||||||
Documents
|
Documents
|
||||||
</h1>
|
</h1>
|
||||||
|
|
|
@ -48,7 +48,7 @@ const Page = () => {
|
||||||
})
|
})
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className='p-6'>
|
<div className='p-0 md:p-6'>
|
||||||
<h1 className={`${zillaSlab.className} text-6xl text-center mb-10`}>
|
<h1 className={`${zillaSlab.className} text-6xl text-center mb-10`}>
|
||||||
Topics
|
Topics
|
||||||
</h1>
|
</h1>
|
||||||
|
|
Loading…
Reference in a new issue