Skip to content

Commit e7abe76

Browse files
authored
change the width index.html
1 parent 5c6b4f3 commit e7abe76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,11 @@
259259
<div class="third w-full">
260260

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

266-
<div class="whats m-3 bg-[#16181c] w-1/2 py-5 rounded-xl space-y-3">
266+
<div class="whats m-3 bg-[#16181c] w-10/12 py-5 rounded-xl space-y-3">
267267
<h1 class="text-xl font-bold px-3">What's Happening</h1>
268268
<div class="item p-3 hover:bg-gray-800 cursor-pointer px-3">
269269
<div class="font-bold text-xs text-gray-700">Trending in India</div>
@@ -354,4 +354,4 @@ <h1 class="text-xl font-bold px-3">Who to follow</h1>
354354
</div>
355355
</body>
356356

357-
</html>
357+
</html>

0 commit comments

Comments
 (0)