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 @@ -

비즈니스 등록

+
+ +

비즈니스 등록

@@ -165,4 +172,4 @@
- + \ No newline at end of file diff --git a/stockMate/src/main/webapp/WEB-INF/views/business/verify.jsp b/stockMate/src/main/webapp/WEB-INF/views/business/verify.jsp index 3ea11da..672cc42 100644 --- a/stockMate/src/main/webapp/WEB-INF/views/business/verify.jsp +++ b/stockMate/src/main/webapp/WEB-INF/views/business/verify.jsp @@ -27,7 +27,7 @@ } .login-box { width: 410px; - height : 220px; + background: #fff; border-radius: 12px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); @@ -102,6 +102,12 @@ margin-bottom:-70px; } + h2{ + color:#25498a; + margin-bottom: 30px; /* 제목과 폼 간 거리 */ + font-size: 22px; + } + @@ -128,9 +134,11 @@ -

비즈니스 인증

+
+ +

비즈니스 인증

@@ -144,4 +152,4 @@
- \ No newline at end of file +