diff --git a/public/css/front/top_menu.css b/public/css/front/top_menu.css index e886935..aea0eba 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:150px; + width:140px; 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:150px; + width:140px; height:60px; padding-top:15px; /* border:1px solid red; */ @@ -53,7 +53,7 @@ font-weight:bold; text-align:center; text-decoration:none; - width:150px; + width:140px; } #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:150px; + width:140px; background-color:#26417D; /* border:1px solid red; */ }