Skip to content

Commit 15eb392

Browse files
AlexTugarevsvenefftinge
authored andcommitted
fix screen breakpoints
1 parent 9a694a8 commit 15eb392

File tree

3 files changed

+116070
-14809
lines changed

3 files changed

+116070
-14809
lines changed

components/dashboard/src/Login.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ export function Login() {
4040
}
4141

4242
return (<div id="login-container" className="z-50 flex w-screen h-screen">
43-
<div id="feature-section" className="flex-grow bg-gray-100 w-1/2 lg:hidden">
43+
<div id="feature-section" className="flex-grow bg-gray-100 w-1/2 hidden lg:block">
4444
<div id="feature-section-column" className="flex max-w-2xl h-full ml-auto pt-6">
4545
<div className="flex flex-col space-y-12 pl-6 pr-24 m-auto">
4646
<div>
4747
<img src="/images/gitpod.svg" className="h-8" />
4848
</div>
4949
<div>
50-
<h1 className="text-7xl lg2:text-5xl">Save Time<br /> with Prebuilds</h1>
50+
<h1 className="xl:text-7xl text-5xl">Save Time<br /> with Prebuilds</h1>
5151
</div>
5252
<div className="text-gray-400 text-lg">
5353
Gitpod continuously builds your git branches like a CI server. This means no more waiting for dependencies to be downloaded and builds to finish. <a className="underline underline-thickness-thin underline-offset-small hover:text-gray-600" href="https://www.gitpod.io/docs/prebuilds/" target="gitpod-docs">Learn more about Prebuilds</a>
@@ -58,8 +58,8 @@ export function Login() {
5858
</div>
5959
</div>
6060
</div>
61-
<div id="login-section" className="flex-grow flex w-1/2 lg:w-full">
62-
<div id="login-section-column" className="flex-grow max-w-2xl flex flex-col h-100 lg:mx-auto">
61+
<div id="login-section" className="flex-grow flex lg:w-1/2 w-full">
62+
<div id="login-section-column" className="flex-grow max-w-2xl flex flex-col h-100 mx-auto lg:mx-0">
6363
<div className="flex-grow h-100 flex flex-row items-center justify-center" >
6464
<div className="rounded-xl px-10 py-10 mx-auto">
6565
<div className="mx-auto pb-8">

0 commit comments

Comments
 (0)