Skip to content

Commit eefef82

Browse files
committed
fix header css
1 parent 9051e7c commit eefef82

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

frontend/src/App.tsx

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -60,23 +60,21 @@ function App() {
6060
return (
6161
<RecoilRoot>
6262
<div className="min-h-screen flex flex-col">
63-
<nav className="bg-blue-800 p-2 w-full h-32">
64-
<div className="w-screen flex items-center justify-between mt-0 py-2">
65-
<div className="pl-4 flex items-center">
66-
<img
67-
alt="Python logo"
68-
src="https://www.python.org/static/img/python-logo.png"
69-
/>
70-
<div className="text-white text-xl">
71-
The Big List of Python Packaging and Distribution Tools
72-
</div>
73-
</div>
74-
<div className="text-white pr-10">
75-
<a href="https://github.com/cs01/python-packaging-tools">
76-
{githubLogo}
77-
</a>
63+
<nav className="bg-blue-800 py-5 p-2 flex justify-between items-center">
64+
<div className="flex items-center">
65+
<img
66+
alt="Python logo"
67+
src="https://www.python.org/static/img/python-logo.png"
68+
/>
69+
<div className="text-white text-xl pr-10">
70+
The Big List of Python Packaging and Distribution Tools
7871
</div>
7972
</div>
73+
<div className="text-white pr-10">
74+
<a href="https://github.com/cs01/python-packaging-tools">
75+
{githubLogo}
76+
</a>
77+
</div>
8078
</nav>
8179
<div className="mx-2 mt-2 min-h-screen">
8280
<FeaturesAndTable />

0 commit comments

Comments
 (0)