diff --git a/public/index.html b/public/index.html
index 1265e32852ad5bff9c11c23244b0dd490a2ee2dd..2d84f887a641492b6c8f1aa430a498b3ead2ebd4 100644
--- a/public/index.html
+++ b/public/index.html
@@ -16,7 +16,7 @@
     <h1>내 취미</h1>
     <div style="text-align : center;">
       <img src = "dumbell.png" alt = "oops. try again"
-      width="300" height="200">
+      width="300" height="200" >
     </div>
     <h2>Hello World!</h2>
     <h3>Hello World!</h3>
@@ -31,7 +31,6 @@
     </ul>
 
     <p>
-      This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator.
     </p>
   </body>
 </html>
diff --git a/public/style.css b/public/style.css
index 44d215f7afff8c7fc1eb2891a9540e506e8677b3..b055a70c66ee62857ea54d6b4ef8259f0467bb82 100644
--- a/public/style.css
+++ b/public/style.css
@@ -7,7 +7,7 @@ body {
 .navbar {
   background-color: #62AA7F;
   border-radius: 2px;
-  max-width: 800px;
+  max-width: 1280px;
 }
 
 .navbar a {