Skip to content

Commit

Permalink
Merge pull request #3 from LakioLive/dev
Browse files Browse the repository at this point in the history
Updated markup in index.html for better display and styling
  • Loading branch information
LakioLive authored Jan 25, 2025
2 parents 6398354 + e2cfe56 commit cd9c583
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .vercelignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
build
*.log
.vscode
.vscode
*.txt
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</style>
</head>
<body>
<main class="flex w-full h-svh p-5">
<main class="flex gap-10 w-full h-svh p-5">
<section class="splide hidden md:block w-1/2" role="group">
<ul
class="splide__pagination splide__pagination--custom flex gap-1"
Expand Down Expand Up @@ -64,7 +64,7 @@
</a>
</section>
<section
class="grid content-start gap-4 xl:gap-6 w-full md:w-1/2 p-6 sm:p-24 md:p-16 lg:p-20 xl:p-24 2xl:p-32"
class="grid content-center gap-4 xl:gap-6 w-full md:w-1/2 container mx-auto md:px-10"
>
<div
class="grid sm:flex sm:justify-between sm:items-center gap-1 sm:gap-0"
Expand Down Expand Up @@ -154,7 +154,7 @@ <h1 class="text-3xl lg:text-4xl xl:text-5xl">
<input
type="submit"
value="Create account"
class="mt-4 md:mt-6 lg:mt-8 xl:mt-10 px-3 md:px-4 lg:px-5 py-2 lg:py-2.5 text-sm text-white font-medium bg-blue-500 hover:bg-blue-600 focus:ring-4 focus:ring-blue-300 rounded-lg focus:outline-none transition cursor-pointer"
class="mt-4 px-3 md:px-4 lg:px-5 py-2 lg:py-2.5 text-sm text-white font-medium bg-blue-500 hover:bg-blue-600 focus:ring-4 focus:ring-blue-300 rounded-lg focus:outline-none transition cursor-pointer"
/>
</form>
</section>
Expand Down

0 comments on commit cd9c583

Please sign in to comment.