From a0fb2e2225c4d03deec49940f538fbade044e6a3 Mon Sep 17 00:00:00 2001 From: ecpla Date: Tue, 14 Mar 2023 14:17:23 +0900 Subject: [PATCH] =?UTF-8?q?footer=20css=20=EC=B6=94=EA=B0=80=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/css/media.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/css/media.css b/src/main/webapp/css/media.css index 1991c05c..c594e81b 100644 --- a/src/main/webapp/css/media.css +++ b/src/main/webapp/css/media.css @@ -410,7 +410,8 @@ footer .family_site {right:10px;} footer .tot_nlib_site { position: relative; display: flex; align-items: center; width: 79%; box-sizing: border-box;right:auto;margin-top:10px; } footer .tot_nlib_site .site_name { width: 100%; margin: 0; flex: 1; } footer .tot_nlib_site .site_depth {width: 100%;box-sizing: border-box;} - footer .tot_nlib_site .site_depth #mngOrgNm {width: 401px;} + footer .tot_nlib_site .site_depth > div:nth-child(2) {background-color: #fff;} + footer .tot_nlib_site .site_depth #mngOrgNm {width: 88%;outline: none;} footer .family_site { position: relative; display: flex; align-items: center; width: 79%;box-sizing: border-box;right:auto;margin-top:10px; } footer .family_site .site_name { width: 100%; margin: 0; flex: 1; } footer .family_site .go_btn { display: block; background: #1b1b1b; border-radius: 5px; width: 74px; height: 40px; color: rgba(255, 255, 255, 0.6); margin-left: 16px; }