From 9dc8ca399828ea88dc2e070a49c2778d9a11743a Mon Sep 17 00:00:00 2001 From: hwan Date: Mon, 11 Sep 2023 14:07:15 +0900 Subject: [PATCH] Corrected typing typo. Signed-off-by: June Saehwan Co-authored-by: Han Kyuhyun Co-authored-by: ByunJeongHeum Co-authored-by: Jongmin Lee --- frontend/src/css/Home_style.css | 9 --------- src/main/resources/database_dump.sql | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/frontend/src/css/Home_style.css b/frontend/src/css/Home_style.css index 94dd041c..94613fa1 100644 --- a/frontend/src/css/Home_style.css +++ b/frontend/src/css/Home_style.css @@ -126,15 +126,6 @@ width: 578px; } -.home .lPVS { - height: 96px; - left: 0; - object-fit: cover; - position: absolute; - top: 0px; - width: 222px; -} - .home .overlap { height: 43px; left: 302px; diff --git a/src/main/resources/database_dump.sql b/src/main/resources/database_dump.sql index 35f19663..eb864f23 100644 --- a/src/main/resources/database_dump.sql +++ b/src/main/resources/database_dump.sql @@ -156,7 +156,7 @@ CREATE TABLE `queue` ( /*!40101 SET character_set_client = @saved_cs_client */; -- --- Table structure for table `LPVSMember` +-- Table structure for table `member` -- DROP TABLE IF EXISTS `member`;