Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
naruto-o authored Nov 3, 2024
1 parent e7abe76 commit 6f6ec5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
<div class="third w-full">

<div class="search m-3">
<input type="text" class="w-10/12 px-4 py-2 rounded-full bg-[#16181c] text-white outline-none"
<input type="text" class="w-1/2 px-4 py-2 rounded-full bg-[#16181c] text-white outline-none"
placeholder="Search">
</div>

Expand Down Expand Up @@ -288,7 +288,7 @@ <h1 class="text-xl font-bold px-3">What's Happening</h1>
<div class="font-bold text-xs text-gray-700">1.4M posts</div>
</div>
</div>
<div class="whats m-3 bg-[#16181c] w-1/2 py-5 rounded-xl space-y-3">
<div class="whats m-3 bg-[#16181c] w-10/12 py-5 rounded-xl space-y-3">
<h1 class="text-xl font-bold px-3">Who to follow</h1>
<div class="item p-3 items-center gap-2 flex justify-between hover:bg-gray-800 cursor-pointer">
<div class="flex gap-3">
Expand Down

0 comments on commit 6f6ec5e

Please sign in to comment.