mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-06 00:04:39 +00:00
refactor: change releaseSection and ReleaseCaurusel title Y padding
This commit is contained in:
parent
e5ca3c7ace
commit
f066f6296c
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ export const ReleaseCourusel = (props) => {
|
|||
|
||||
return (
|
||||
<section className={`${Styles.section}`}>
|
||||
<div className="flex justify-between px-4 border-b-2 border-black">
|
||||
<div className="flex justify-between px-4 py-2 border-b-2 border-black">
|
||||
<h1 className="font-bold text-md sm:text-xl md:text-lg xl:text-xl">
|
||||
{props.sectionTitle}
|
||||
</h1>
|
||||
|
|
|
@ -4,7 +4,7 @@ export const ReleaseSection = (props) => {
|
|||
return (
|
||||
<section>
|
||||
{props.sectionTitle && (
|
||||
<div className="flex justify-between px-4 border-b-2 border-black">
|
||||
<div className="flex justify-between px-4 py-2 border-b-2 border-black">
|
||||
<h1 className="font-bold text-md sm:text-xl md:text-lg xl:text-xl">
|
||||
{props.sectionTitle}
|
||||
</h1>
|
||||
|
|
Loading…
Add table
Reference in a new issue