From 445a68bf1666d92cbe78b74a416dde6cb5229b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Tue, 15 Aug 2023 12:30:29 +0900 Subject: [PATCH] shoppingmallv2 init... --- public/css/front/top_menu.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/css/front/top_menu.css b/public/css/front/top_menu.css index 2171ec9..e4a311f 100644 --- a/public/css/front/top_menu.css +++ b/public/css/front/top_menu.css @@ -23,7 +23,7 @@ /* 메뉴바그룹 */ #top_menu div.dropdown-center ul.navbar-nav li.dropdown { - width:120px; + width:110px; text-align:center; /* border:1px solid red; */ } @@ -43,7 +43,7 @@ /* 메뉴바 */ #top_menu div.dropdown-center ul.navbar-nav li.dropdown ul.dropdown-menu li{ - width:120px; + width:110px; height:60px; padding-top:15px; /* border:1px solid red; */ @@ -53,7 +53,7 @@ font-weight:bold; text-align:center; text-decoration:none; - width:120px; + width:110px; } #top_menu div.dropdown-center ul.navbar-nav li.dropdown ul.dropdown-menu li a.active{ color:#efefef; @@ -62,7 +62,7 @@ } /* 메뉴바 over했을시*/ #top_menu div.dropdown-center ul.navbar-nav li.dropdown ul.dropdown-menu li:hover{ - width:120px; + width:110px; background-color:#26417D; /* border:1px solid red; */ }