Skip to content

Commit

Permalink
Fix: 더미데이터 로그인 SSR input창 좌우여백 조정 (#130)
Browse files Browse the repository at this point in the history
fix: css 수정
  • Loading branch information
GitJIHO authored Oct 31, 2024
1 parent e0a3313 commit f62df8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/static/css/dummy.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ input[type="password"] {
border: 1px solid #ccc;
border-radius: 4px;
font-size: 14px;
box-sizing: border-box;
appearance: none;
}

.button-container {
Expand Down

0 comments on commit f62df8b

Please sign in to comment.