Skip to content

Commit

Permalink
feat: corrections style
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioAR committed Oct 23, 2024
1 parent 3cd0708 commit a06b53d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/app/components/utils/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Header: React.FC<Header> = ({ translations }) => {

return (
<header className="pt-4">
<div className="flex justify-between mb-5">
<div className="flex justify-between mb-16">
<div className="flex">
<Image
src="images/ico-hologram.png"
Expand Down Expand Up @@ -50,13 +50,13 @@ const Header: React.FC<Header> = ({ translations }) => {
</Link>
</div>
</div>
<div className="mb-6 mt-3 text-2xl md:text-5xl lg:text-5xl font-medium ">
<p className="md:mb-2 lg:mb-2 xl:mb-2">
<div className="mb-6 mt-3 text-2xl md:text-5xl lg:text-5xl font-semibold">
<p className="md:mb-2 lg:mb-3 xl:mb-3">
<span className="text-hologram-color">{headerTitleLine1[0]}</span>
&nbsp;{headerTitleLine1[1]}
<span className="text-hologram-color">{translations.dot}</span>
</p>
<p className="md:mb-2 lg:mb-2 xl:mb-2">
<p className="md:mb-2 lg:mb-3 xl:mb-3">
<span className="text-hologram-color">{headerTitleLine2[0]}</span>
&nbsp;{headerTitleLine2[1]}
<span className="text-hologram-color">{translations.dot}</span>
Expand Down

0 comments on commit a06b53d

Please sign in to comment.