add terms page, improve landing content for branding review, and handle HTTP HEAD requests
This commit is contained in:
@@ -121,6 +121,11 @@ p {
|
||||
color: var(--color-text-muted);
|
||||
}
|
||||
|
||||
.app-footer a + a::before {
|
||||
content: "·";
|
||||
margin: 0 6px;
|
||||
}
|
||||
|
||||
/* iOS 홈 화면 추가 안내 배너 */
|
||||
.ios-install-banner {
|
||||
display: none;
|
||||
@@ -1131,10 +1136,12 @@ label {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* 앱 이름을 담은 h1 — 시각적으로는 작은 브랜드 라벨이지만 문서 구조상 최상위 제목이다. */
|
||||
.landing-brand {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
margin: 0;
|
||||
font-size: 15px;
|
||||
font-weight: 700;
|
||||
color: var(--color-accent);
|
||||
@@ -1147,7 +1154,7 @@ label {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.landing-hero h1 {
|
||||
.landing-hero-title {
|
||||
font-size: 32px;
|
||||
font-weight: 700;
|
||||
letter-spacing: -0.02em;
|
||||
@@ -1263,3 +1270,40 @@ label {
|
||||
font-size: 14.5px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
/* 기능 설명 / 계정 안내 — 구글 브랜딩 심사가 홈페이지에서 확인하는 "앱의 목적" 설명 영역. */
|
||||
.landing-section h2 {
|
||||
font-size: 17px;
|
||||
font-weight: 700;
|
||||
margin: 0 0 var(--space-2);
|
||||
}
|
||||
|
||||
.landing-list {
|
||||
margin: 0;
|
||||
padding-left: 1.1em;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
font-size: 14.5px;
|
||||
line-height: 1.65;
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
.landing-list strong {
|
||||
color: var(--color-accent);
|
||||
}
|
||||
|
||||
.landing-note {
|
||||
margin: 0 0 var(--space-2);
|
||||
font-size: 13.5px;
|
||||
line-height: 1.7;
|
||||
color: var(--color-text-muted);
|
||||
}
|
||||
|
||||
.landing-note:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.landing-note strong {
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user