From 50f21ed5a1d9a466675e9f67b17a258df7ca47ab Mon Sep 17 00:00:00 2001
From: Minho Lim <minho119@ajou.ac.kr>
Date: Wed, 22 Mar 2023 20:16:24 +0900
Subject: [PATCH] style font

---
 public/index.html | 2 +-
 public/style.css  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/index.html b/public/index.html
index 1f72278..bf8180c 100644
--- a/public/index.html
+++ b/public/index.html
@@ -12,7 +12,7 @@
     </div>
 
     <div class="container">
-      <p>실전코딩 과제3 웹페이지</p>
+      <p>Task 3 Web Page</p>
 
       <div class="parent-container">
         <h1 class="title">내 정보</h1>
diff --git a/public/style.css b/public/style.css
index e3797f0..b54bd8c 100644
--- a/public/style.css
+++ b/public/style.css
@@ -37,7 +37,7 @@ body {
   width: 100%;
   display: flex;
   flex-direction: column;
-  margin: 0 2rem;
+  padding: 0 2rem;
 }
 
 .container p {
-- 
GitLab