gitignore 및 스타일 업데이트

- .gitignore에 .claude/ 디렉토리 추가
- Safe Area CSS 스타일 추가
- 기타 스타일 업데이트

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jay Sheen
2025-09-08 16:53:45 +09:00
parent a53edb23bc
commit c92fdc2bd1
5 changed files with 35 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
@charset "utf-8";
@import 'reset.css';
@import 'fonts.css';
@import 'safearea.css';
:root {