mirror of
https://github.com/headporter81/specialsource-homepage-frontend.git
synced 2026-08-08 15:21:11 +09:00
This commit is contained in:
+5
-5
@@ -359,6 +359,7 @@ onMounted(() => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@700&display=swap');
|
||||||
.homepage-wrapper {
|
.homepage-wrapper {
|
||||||
background-color: #050505;
|
background-color: #050505;
|
||||||
color: #00ff00;
|
color: #00ff00;
|
||||||
@@ -450,7 +451,7 @@ onMounted(() => {
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.ascii-art {
|
.ascii-art {
|
||||||
font-family: 'Courier New', Courier, monospace !important;
|
font-family: 'JetBrains Mono', monospace !important;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
display: block;
|
display: block;
|
||||||
@@ -554,11 +555,10 @@ iframe { width: 100%; height: 180px; border-radius: 4px; }
|
|||||||
.project-grid { grid-template-columns: 1fr; }
|
.project-grid { grid-template-columns: 1fr; }
|
||||||
.auth-nav { flex-direction: column; gap: 12px; padding: 15px 20px; }
|
.auth-nav { flex-direction: column; gap: 12px; padding: 15px 20px; }
|
||||||
|
|
||||||
/* 🟢 [수정] 고정 px 대신 뷰포트 단위(vw)를 주면, 스마트폰 화면 크기에 맞춰
|
/* 🟢 갤럭시 S24를 포함한 모바일 화면 비율 맞춤 자동 축소 */
|
||||||
아스키 아트가 깨지지 않고 미니어처처럼 비율대로 정밀하게 자동 축소됩니다! */
|
|
||||||
.ascii-art {
|
.ascii-art {
|
||||||
font-size: 1.8vw !important;
|
font-size: 1.6vw !important; /* 👈 폭에 맞게 약간 더 미세 조정 */
|
||||||
line-height: 1.15 !important;
|
line-height: 1.2 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 650px) {
|
@media screen and (max-width: 650px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user