Skip to content

Commit

Permalink
style: Fixed connection selector visual bug
Browse files Browse the repository at this point in the history
  • Loading branch information
RamiAwar committed Sep 23, 2024
1 parent a0b3291 commit 7e14c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Connection/ConnectionSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const ConnectionSelector = () => {
}

return (
<div className="bg-gray-900 w-full h-screen relative flex flex-col sm:-mt-16 lg:mt-0 sm:justify-center">
<div className="bg-gray-900 w-full h-screen relative flex flex-col lg:mt-16">
<div className="flex flex-col justify-center items-center lg:mt-0">
<div className="w-full sm:w-3/4 md:w-3/4 rounded-xl p-6">
<div className="text-gray-50 text-md md:text-2xl font-semibold">
Expand Down

0 comments on commit 7e14c43

Please sign in to comment.