style(project): 설명란 이미지 아이콘 크기 키우고 위치 미세조정

16px -> 19px, top:2px 로 살짝 내려서 옆 텍스트 버튼들과 시각적 중심이
맞게 조정.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-16 01:31:11 +09:00
parent 93a1802c4c
commit be9c97e04d
4 changed files with 4 additions and 4 deletions
@@ -1,7 +1,7 @@
{% extends "erp_base.html" %}
{% block head_extra %}
<link rel="stylesheet" href="/static/project.css?v=20260917c" />
<link rel="stylesheet" href="/static/project.css?v=20260917d" />
<link rel="stylesheet" href="/static/vendor/material-symbols/material-symbols.css" />
{% endblock %}