From 5d7370b36b58a91ee237f4dd1accb90d296f99df Mon Sep 17 00:00:00 2001
From: 65160260 <65160260@go.buu.ac.th>
Date: Wed, 26 Mar 2025 02:41:36 +0000
Subject: [PATCH] Edit index.php

---
 index.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/index.php b/index.php
index fe71dbd..0b79bcb 100644
--- a/index.php
+++ b/index.php
@@ -23,6 +23,7 @@ $products = $stmt->fetchAll();
     <button type="submit">ค้นหา</button>
 </form>
 
+<div class="table-container">
 <table border="1" cellpadding="5" cellspacing="0">
     <tr>
         <th>ID</th>
@@ -44,3 +45,4 @@ $products = $stmt->fetchAll();
         </tr>
     <?php endforeach; ?>
 </table>
+</div>
\ No newline at end of file
-- 
GitLab