chore: update padding for different screen sizes in various components

This commit is contained in:
Team 1280 Programming 2024-02-20 15:56:32 -08:00 committed by Team 1280 Programming Laptop
parent 83d81f3340
commit 387866881c
4 changed files with 4 additions and 4 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>