mirror of
https://github.com/headporter81/specialsource-homepage-frontend.git
synced 2026-08-08 15:21:11 +09:00
This commit is contained in:
+3
-6
@@ -451,12 +451,14 @@ onMounted(() => {
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.ascii-art {
|
.ascii-art {
|
||||||
|
/* 🟢 [★변경] 시스템 폰트 대신, 다운로드한 정밀 고정폭 폰트를 최우선 적용 */
|
||||||
font-family: 'JetBrains Mono', monospace !important;
|
font-family: 'JetBrains Mono', monospace !important;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
|
|
||||||
color: #00ff00 !important;
|
color: #00ff00 !important;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
@@ -464,6 +466,7 @@ onMounted(() => {
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
transform-origin: center;
|
transform-origin: center;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
||||||
animation: once-cyber-glitch-wobble 2.5s linear 1 forwards !important;
|
animation: once-cyber-glitch-wobble 2.5s linear 1 forwards !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -561,12 +564,6 @@ iframe { width: 100%; height: 180px; border-radius: 4px; }
|
|||||||
line-height: 1.2 !important;
|
line-height: 1.2 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 650px) {
|
|
||||||
#videos-container { grid-template-columns: 1fr; }
|
|
||||||
.project-grid { grid-template-columns: 1fr; }
|
|
||||||
.auth-nav { flex-direction: column; gap: 12px; padding: 15px 20px; }
|
|
||||||
.ascii-art { font-size: 7px; line-height: 1.1; }
|
|
||||||
}
|
|
||||||
@keyframes blink { 0%, 100% { opacity: 0.4; } 50% { opacity: 1; } }
|
@keyframes blink { 0%, 100% { opacity: 0.4; } 50% { opacity: 1; } }
|
||||||
|
|
||||||
/* 일회성 사이버 글리치 키프레임 */
|
/* 일회성 사이버 글리치 키프레임 */
|
||||||
|
|||||||
Reference in New Issue
Block a user