refactor: change releaseSection and ReleaseCaurusel title Y padding

This commit is contained in:
Kentai Radiquum 2024-07-19 05:46:18 +05:00
parent e5ca3c7ace
commit f066f6296c
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 2 additions and 2 deletions

View file

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

View file

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