Skip to content

Commit 1bdbf46

Browse files
committed
mild improvement
1 parent 624d20e commit 1bdbf46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/index.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ import SearchBar from "../components/SearchBar.astro";
3333
<aside class="h-screen sticky ml-4 p-0 w-50 lg:w-60 pt-15 lg:pt-0">
3434
<LeftSide text_color_1="text-blue-500" text_color_2="text-black" />
3535
</aside>
36-
<div class="w-55 m-0 p-0 lg:w-200 lg:ml-90 absolute z-50">
36+
<div class="w-55 mx-0 p-0 lg:w-200 lg:ml-90 absolute z-50">
3737
<SearchBar />
38+
<div class="my-20"></div>
3839
</div>
3940
<div
4041
class="lg:h-120 grid lg:grid-cols-3 gap-x-40 gap-y-10 lg:gap-y-8 ml-20 mb-10 mt-20 mr-0 pr-0"

0 commit comments

Comments
 (0)