사이트 사소한 수정
This commit is contained in:
@@ -384,11 +384,6 @@ onMounted(() => {
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
/* culture 페이지의 모든 등장 애니메이션 시작 시점을 살짝 늦춤(+300ms) */
|
||||
.reveal {
|
||||
transition-delay: calc(var(--reveal-delay, 0ms) + 300ms);
|
||||
}
|
||||
|
||||
.culture-hero {
|
||||
position: relative;
|
||||
/* 헤더(4.5rem)를 제외한 화면 높이를 가득 채움 */
|
||||
|
||||
@@ -1064,8 +1064,8 @@ const historyGroups = computed(() => {
|
||||
flex: none;
|
||||
margin-left: auto; /* 우측 끝단으로 밀착 */
|
||||
align-self: center;
|
||||
width: clamp(1.8375rem, 2.73vw, 2.3625rem); /* 약 29~38px — 직전 대비 70% 축소 */
|
||||
height: clamp(1.8375rem, 2.73vw, 2.3625rem);
|
||||
width: clamp(1.378125rem, 2.0475vw, 1.771875rem); /* 약 22~28px — 직전 대비 75% 축소 */
|
||||
height: clamp(1.378125rem, 2.0475vw, 1.771875rem);
|
||||
border-radius: 0.25rem; /* 4px — 사각 이미지 모서리 살짝 둥글게 */
|
||||
object-fit: contain; /* 박스 안에서 비율 유지하며 맞춤(왜곡 없음) */
|
||||
}
|
||||
@@ -1079,7 +1079,7 @@ const historyGroups = computed(() => {
|
||||
height: clamp(2.625rem, 3.9vw, 3.375rem); /* t-flag와 동일 높이 */
|
||||
font-family: var(--font-display);
|
||||
font-weight: 700;
|
||||
font-size: clamp(1.25rem, 2vw, 1.625rem); /* 20~26px */
|
||||
font-size: clamp(1.125rem, 1.8vw, 1.5rem); /* 18~24px — 직전 대비 2px 축소 */
|
||||
letter-spacing: 0.04em;
|
||||
color: var(--ink); /* 검은색 */
|
||||
line-height: 1;
|
||||
@@ -1140,8 +1140,8 @@ const historyGroups = computed(() => {
|
||||
.timeline-grouped .t-flag {
|
||||
flex: none;
|
||||
margin-left: auto;
|
||||
width: clamp(1.8375rem, 2.73vw, 2.3625rem);
|
||||
height: clamp(1.8375rem, 2.73vw, 2.3625rem);
|
||||
width: clamp(1.378125rem, 2.0475vw, 1.771875rem); /* 직전 대비 75% 축소 */
|
||||
height: clamp(1.378125rem, 2.0475vw, 1.771875rem);
|
||||
border-radius: 0.25rem;
|
||||
object-fit: contain;
|
||||
}
|
||||
@@ -1151,7 +1151,7 @@ const historyGroups = computed(() => {
|
||||
margin-left: auto;
|
||||
font-family: var(--font-display);
|
||||
font-weight: 700;
|
||||
font-size: 1.25rem; /* 20px */
|
||||
font-size: 1.125rem; /* 18px — 직전 대비 2px 축소 */
|
||||
letter-spacing: 0.04em;
|
||||
color: var(--ink);
|
||||
line-height: 1;
|
||||
|
||||
Reference in New Issue
Block a user