소장자료관 footer element css 수정

This commit is contained in:
ecpla 2023-03-14 14:09:45 +09:00
parent 355d283004
commit 1bd569d012

View File

@ -407,9 +407,14 @@ footer .family_site {right:10px;}
footer .inner { width: 100%; box-sizing: border-box; }
footer .row-top { display: flex; flex-direction: column; align-items: center; }
footer .row-top .footer-logo img { width: 140px; }
footer .family_site { position: relative; display: flex; align-items: center; width: 90%; padding: 0 5%; box-sizing: border-box;right:auto;margin-top: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 .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; }
footer .family_site .site_depth {width: 100%;box-sizing: border-box;}
footer .fnb li { font-size: 12px; line-height: 18px; text-align: center; margin: 0 6px; }
footer .row-bottom .left-side { float: unset; }
footer .row-bottom .left-side ul { display: flex; align-items: center; justify-content: center; }