diff --git a/stockMate/src/main/webapp/WEB-INF/views/business/register.jsp b/stockMate/src/main/webapp/WEB-INF/views/business/register.jsp index ad5ede6..40d9ec5 100644 --- a/stockMate/src/main/webapp/WEB-INF/views/business/register.jsp +++ b/stockMate/src/main/webapp/WEB-INF/views/business/register.jsp @@ -27,7 +27,6 @@ } .login-box { width: 410px; - height : 220px; background: #fff; border-radius: 12px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); @@ -103,6 +102,12 @@ margin-bottom:-70px; } + h2{ + color:#25498a; + margin-bottom: 30px; /* 제목과 폼 간 거리 */ + font-size: 22px; + } +
@@ -129,10 +134,12 @@ -