From a8ffa5bb1fcd5a526bf8ad7c03f8861660391044 Mon Sep 17 00:00:00 2001 From: com02 Date: Fri, 10 Dec 2021 11:00:42 +0900 Subject: [PATCH] css --- src/main/webapp/WEB-INF/jsp/nlib/bbs/listQnas.jsp | 2 +- src/main/webapp/css/media.css | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/nlib/bbs/listQnas.jsp b/src/main/webapp/WEB-INF/jsp/nlib/bbs/listQnas.jsp index 9bfb557e..187333d1 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/bbs/listQnas.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/bbs/listQnas.jsp @@ -269,7 +269,7 @@ -
+
diff --git a/src/main/webapp/css/media.css b/src/main/webapp/css/media.css index 2d5e5980..09ada8a9 100644 --- a/src/main/webapp/css/media.css +++ b/src/main/webapp/css/media.css @@ -848,7 +848,6 @@ footer .family_site {right:10px;} /* faq */ .faq .contents, - .faq .inner {margin-bottom:35px;} .faq .inner .tab { width: 100%;padding:0; } .faq .mo_tabs_wrap { padding-left: 16px; box-sizing: border-box; height: 56px; } .faq .inner .tab_content {margin-top:0px;} @@ -882,7 +881,7 @@ footer .family_site {right:10px;} /* qna */ .qna .contents { width: 100%; min-height: 200px; padding-bottom: 40px; } .qna .inner .tabs { width: 100%; padding: 0 16px; box-sizing: border-box; } - .qna .inner .tab_content {margin-top:0px;} + .qna .inner .tab_content {margin-top:0px;margin-bottom:0;} .qna .title { height: auto; margin-bottom: 0; } .list-search-wrap { display: flex; flex-direction: column-reverse; } .data .list-search-wrap { flex-direction: column; } @@ -1121,7 +1120,7 @@ footer .family_site {right:10px;} /* 팝업 */ @media all and (max-width: 479px) { /* 공통 */ a.pop-logo { display: inline-flex; } - .contents { width: 100%; min-height: 300px; padding-bottom: 80px; } + .contents { width: 100%; min-height: 300px; padding-bottom: 90px !important; } /* 회원증 팝업 */ .pop-member { width: 343px; height: 549px; top: 9%; left: calc(50% - 171.5px); }