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;
|
||||
}
|
||||
.ascii-art {
|
||||
/* 🟢 [★변경] 시스템 폰트 대신, 다운로드한 정밀 고정폭 폰트를 최우선 적용 */
|
||||
font-family: 'JetBrains Mono', monospace !important;
|
||||
font-weight: bold;
|
||||
white-space: pre;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
width: max-content;
|
||||
|
||||
color: #00ff00 !important;
|
||||
font-size: 14px;
|
||||
line-height: 1.2;
|
||||
@@ -464,6 +466,7 @@ onMounted(() => {
|
||||
background: transparent;
|
||||
transform-origin: center;
|
||||
opacity: 1;
|
||||
|
||||
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;
|
||||
}
|
||||
}
|
||||
@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; } }
|
||||
|
||||
/* 일회성 사이버 글리치 키프레임 */
|
||||
|
||||
Reference in New Issue
Block a user