From a435fb168a89cd9f0ef3d0996b42f0148312ca3c Mon Sep 17 00:00:00 2001 From: haesung lee Date: Tue, 12 Mar 2024 09:46:41 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=94=EB=89=B4=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/style.css | 5 +++-- templates/base.html | 38 +++++++++++++++++++------------------- 2 files changed, 22 insertions(+), 21 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 618a257..754d4ec 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -96,16 +96,17 @@ z-index:1; display:none; } - .menu__box{background:#fff;height:88%;border-radius:20px;} + .menu__box{background:#fff;height:60%;border-radius:20px;} .menu__close{position:absolute;top:20px;right:25px;cursor:pointer;} .menu__box ul{padding:8% 20%;} .menu__box ul li{font-size:20px;text-align:center;padding:30px 0;border-bottom:1px solid #e7e6e7;} .menu__box ul li:last-child{border-bottom:none;} /* LOGIN */ - .login__section{position:absolute;width:100px;left:0;top:10px;text-align:left;} + .login__section{position:absolute;width:100px;left:50%;top:60%;text-align:center;transform:translateX(-50%);} .login__section li{font-size:14px;} .login_nav{display:none;} + .login__btn{border-bottom:1px solid #ccc;} /* main index */ .container{width:100%;max-width:1920px;margin:85px auto;} diff --git a/templates/base.html b/templates/base.html index 12c599f..75a3b07 100644 --- a/templates/base.html +++ b/templates/base.html @@ -28,35 +28,35 @@ +

WIXON

- -