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()
|
||||
|
||||
return (
|
||||
<div className='p-6'>
|
||||
<div className='p-0 md:p-6'>
|
||||
<h1 className={`${zillaSlab.className} text-6xl text-center mb-10`}>
|
||||
Affiliations
|
||||
</h1>
|
||||
|
|
|
@ -70,7 +70,7 @@ const Page = () => {
|
|||
})
|
||||
|
||||
return (
|
||||
<div className='p-6'>
|
||||
<div className='p-0 md:p-6'>
|
||||
<h1 className={`${zillaSlab.className} text-6xl text-center mb-10`}>
|
||||
Authors
|
||||
</h1>
|
||||
|
|
|
@ -62,7 +62,7 @@ const Page = () => {
|
|||
})
|
||||
|
||||
return (
|
||||
<div className='p-6'>
|
||||
<div className='p-0 md:p-6'>
|
||||
<h1 className={`${zillaSlab.className} text-6xl text-center mb-10`}>
|
||||
Documents
|
||||
</h1>
|
||||
|
|
|
@ -48,7 +48,7 @@ const Page = () => {
|
|||
})
|
||||
|
||||
return (
|
||||
<div className='p-6'>
|
||||
<div className='p-0 md:p-6'>
|
||||
<h1 className={`${zillaSlab.className} text-6xl text-center mb-10`}>
|
||||
Topics
|
||||
</h1>
|
||||
|
|
Loading…
Reference in a new issue