ui: refine Arena logo layout and update todo documentation

This commit is contained in:
2026-05-24 06:56:45 +09:00
parent 353dc6738b
commit 2dd7d2dceb
3 changed files with 25 additions and 6 deletions
+9
View File
@@ -273,6 +273,15 @@ textarea:focus-visible {
text-transform: uppercase;
}
.arena-logo .small-text {
font-size: 0.7em; /* 원래 크기의 85%로 축소 (원하는 만큼 숫자를 조절해 보세요) */
margin-top: 0.05em; /* 글자가 줄어들면서 생긴 간격을 미세하게 조정하고 싶다면 사용 */
}
.arena-logo span {
display: block;
}
.arena-meta {
position: fixed;
right: clamp(10px, 2vw, 18px);