From 076731ca6e8551ed3dc3ebb9cc11cd485efee326 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EA=B3=BD=EB=8F=99=EC=A4=80?= <k3357943@ajou.ac.kr>
Date: Thu, 23 Mar 2023 01:28:05 +0900
Subject: [PATCH] return the css code because of no link background color

---
 public/style.css | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/public/style.css b/public/style.css
index a2552e0..7f7882c 100644
--- a/public/style.css
+++ b/public/style.css
@@ -22,15 +22,9 @@ body {
   color: #ffffff;
 }
 
-.centerImage{
-  width: 70%;
-  height: 360px;
-  overflow: hidden;
-}
-
 .centerImage img{
   max-width: 100%;
-  height: auto;
+  height: 360px;
   display: block;
   margin: auto;
 }
-- 
GitLab