Skip to content

Commit b5f01b3

Browse files
committed
fix issue for logo line
1 parent 00f4424 commit b5f01b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client/src/pages/Home.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ export default function Home() {
77
return (
88
<div className="container mx-auto px-4 py-8 max-w-4xl">
99
<header className="text-center mb-10">
10-
<div className="flex items-center justify-center gap-6 mb-4">
11-
<div className="from-blue-600 rounded-lg ">
12-
<StratosLogo color="#3B82F6" width={300} height={80} />
10+
<div className="flex flex-col md:flex-row items-center justify-center gap-4 mb-2">
11+
<div className="from-blue-600 rounded-lg">
12+
<StratosLogo color="#3B82F6" width={200} height={34} />
1313
</div>
1414
<h1 className="text-4xl font-bold text-gray-800 bg-gradient-to-r from-blue-600 to-cyan-500 bg-clip-text text-transparent">
1515
Secure File Drop

0 commit comments

Comments
 (0)