We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f4424 commit b5f01b3Copy full SHA for b5f01b3
client/src/pages/Home.tsx
@@ -7,9 +7,9 @@ export default function Home() {
7
return (
8
<div className="container mx-auto px-4 py-8 max-w-4xl">
9
<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} />
+ <div className="flex flex-col md:flex-row items-center justify-center gap-4 mb-2">
+ <div className="from-blue-600 rounded-lg">
+ <StratosLogo color="#3B82F6" width={200} height={34} />
13
</div>
14
<h1 className="text-4xl font-bold text-gray-800 bg-gradient-to-r from-blue-600 to-cyan-500 bg-clip-text text-transparent">
15
Secure File Drop
0 commit comments