From 7f8b372ed937c2c7b77b7d48f8ea5a9d5b3c3441 Mon Sep 17 00:00:00 2001 From: lbard Date: Mon, 5 Jan 2026 16:10:25 +0900 Subject: [PATCH] css update V2 --- static/css/style.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 5032981..2b262f0 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -106,8 +106,17 @@ /* LOGIN */ .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__section li{font-size:14px;margin: 10px 0;} + .login_nav{ + display:none; + width: 100%; + background-color: #ffff; + padding: 20px 50px; + position: absolute; + left: 50%; + transform: translateX(-50%); + top: 50px; + } .login__btn{border-bottom:1px solid #ccc;} /* main index */