We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624d20e commit 1bdbf46Copy full SHA for 1bdbf46
src/pages/index.astro
@@ -33,8 +33,9 @@ import SearchBar from "../components/SearchBar.astro";
33
<aside class="h-screen sticky ml-4 p-0 w-50 lg:w-60 pt-15 lg:pt-0">
34
<LeftSide text_color_1="text-blue-500" text_color_2="text-black" />
35
</aside>
36
- <div class="w-55 m-0 p-0 lg:w-200 lg:ml-90 absolute z-50">
+ <div class="w-55 mx-0 p-0 lg:w-200 lg:ml-90 absolute z-50">
37
<SearchBar />
38
+ <div class="my-20"></div>
39
</div>
40
<div
41
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