diff --git a/public/styles.css b/public/styles.css index 3e32ec5..54a71dc 100644 --- a/public/styles.css +++ b/public/styles.css @@ -119,8 +119,10 @@ body { font-size: 13px; } -.nav-separator.nav-separator-footer-admin { - margin-top: 4px; +/* 이메일(OPS) 로그인: 관리자 ↔ 로그아웃 사이 구분선(위·아래 여백) */ +.nav-separator.nav-separator-between-footer { + margin-top: 8px; + margin-bottom: 8px; } .nav-footer { diff --git a/views/partials/nav.ejs b/views/partials/nav.ejs index 8506d72..0581f8a 100644 --- a/views/partials/nav.ejs +++ b/views/partials/nav.ejs @@ -39,8 +39,8 @@ 관리자 off 로그아웃 <% } else { %> - + 로그아웃 <% } %> <% } else if (_admin) { %>