commit e7c19306a3815d16bde975dff3ea974f919fe340
parent 1d5c14f94ac42561ada0dddb473ebf2396f54a43
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 3 Jan 2023 21:50:10 +0100
small css fixes
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/header.tsx b/src/components/header.tsx
@@ -8,14 +8,14 @@ export function Header() {
<div className="m-12 flex flex-col lg:flex-row items-center justify-between">
<Link to="/"><img alt="Matrix Art" src="Logo_colored.svg" className="ease-in-out hover:scale-105 trandform transition-transform duration-300" /></Link>
<div className="flex items-center mt-8 lg:mt-0 flex-col sm:flex-row">
- <div className="flex items-center justify-between w-80 max-w-80 mx-6 ease-in-out hover:scale-105 trandform transition-transform duration-300">
+ <div className="flex items-center lg:justify-between w-80 max-w-80 mx-6 ease-in-out hover:scale-105 trandform transition-transform duration-300">
<div className="absolute ml-4">
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="#AAB3CF">
<path d="M0 0h24v24H0V0z" fill="none" />
<path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" />
</svg>
</div>
- <input className="search-bg shadow rounded-2xl border-0 py-3 px-4 pl-10 text-data" placeholder="Search"></input>
+ <input className="search-bg shadow rounded-2xl border-0 py-3 px-4 pl-12 text-data" placeholder="Search"></input>
</div>
{