Skip to content

Commit

Permalink
Header: Small style correction in the mobile version.
Browse files Browse the repository at this point in the history
  • Loading branch information
vstgio committed Jun 4, 2024
1 parent 9289c47 commit 54188df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Header.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default function Header({ children }) {
return (
<section className="flex flex-wrap flex-col w-full h-screen bg-home bg-cover bg-center font-jost text-white text-2xl sm:text-3xl sm:leading-normal">
<div className="absolute w-10/12 sm:w-7/12 bottom-48 left-1/2 transform -translate-x-1/2 space-y-6 sm:space-y-0">
<div className="absolute w-10/12 sm:w-7/12 bottom-20 sm:bottom-48 left-1/2 transform -translate-x-1/2 space-y-6 sm:space-y-0">
<div className="flex flex-row w-full">
<div className="basis-1/2 sm:basis-1/5">
<img src="/logo.svg" alt="Arka logo" className="w-full" />
Expand Down

0 comments on commit 54188df

Please sign in to comment.