Skip to content

Commit

Permalink
feat: update styling for index page on mobile
Browse files Browse the repository at this point in the history
Signed-off-by: tylerslaton <[email protected]>
  • Loading branch information
tylerslaton committed Mar 18, 2024
1 parent 03aff11 commit 5c30c6d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="flex flex-col justify-center items-center min-h-screen">
<div class="w-full justify-center items-center">
<div class="w-full justify-center items-center mt-24">
<div class="text-center mb-10 mx-10">
<h2 class="text-4xl md:text-5xl mb-4 ">Welcome to tools.gptscript.ai</h2>
<h3 class="text-lg">Looking for something? There's probably a tool for it...</h3>
Expand All @@ -9,7 +9,8 @@
<Search :placeholder="placeHolder" />
</div>
</div>
<div class="w-1/2 flex flex-wrap justify-center flex-col md:flex-row">
<hr class="mt-4 mb-14 w-3/4 md:hidden">
<div class="w-1/2 w-full md:w-inherit flex flex-wrap justify-center flex-col md:flex-row">
<router-link to="/github.com/gptscript-ai/search/brave" class="tile rounded bg-gray-200 p-4 m-2 text-2xl">Search</router-link>
<router-link to="/github.com/gptscript-ai/vision" class="tile rounded bg-gray-200 p-4 m-2 text-2xl">Vision</router-link>
<router-link to="/github.com/gptscript-ai/image-generation" class="tile rounded bg-gray-200 p-4 m-2 text-2xl">Image Generation</router-link>
Expand Down

0 comments on commit 5c30c6d

Please sign in to comment.