diff --git a/rb/rb.widget/rb.fg_banner/style.css b/rb/rb.widget/rb.fg_banner/style.css index 786b287f1..47b82a29e 100644 --- a/rb/rb.widget/rb.fg_banner/style.css +++ b/rb/rb.widget/rb.fg_banner/style.css @@ -1,9 +1,10 @@ @charset "utf-8"; -.fg_icon_menu {box-sizing: border-box; margin: 0px auto; width: 100%; background-color: #F3F3F3; padding-top: 50px; padding-bottom: 50px;} +.fg_icon_menu { + background-color: #F3F3F3; padding-top: 50px; padding-bottom: 50px;} .fg_icon_menu .fg_icon_menu_inner {position: relative; margin: 0px auto;} -.theme_btns {width:100%; height:120px; border-radius: 10px; border:0px; background-repeat: no-repeat; background-size: cover; background-position: 0px 0px; display: flex; align-items: center; color:#fff; font-size: 20px; padding-left: 40px; padding-right: 40px; text-align: left;} +.theme_btns {height:120px; border-radius: 10px; border:0px; background-repeat: no-repeat; background-size: cover; background-position: 0px 0px; display: flex; align-items: center; color:#fff; font-size: 20px; padding-left: 40px; padding-right: 40px; text-align: left;} .theme_btns img {border:0px !important;} .theme_btns span:nth-child(2) {margin-left: auto; height:20px;} diff --git a/rb/rb.widget/rb.fg_banner/widget.php b/rb/rb.widget/rb.fg_banner/widget.php index 99f762144..a7364b51e 100644 --- a/rb/rb.widget/rb.fg_banner/widget.php +++ b/rb/rb.widget/rb.fg_banner/widget.php @@ -2,7 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> - + -