사이트 1차 수정

This commit is contained in:
2026-06-01 23:17:42 +09:00
parent 005719edee
commit 7c7042f860
37 changed files with 370 additions and 140 deletions
+12 -2
View File
@@ -11,8 +11,8 @@
<div class="foot-company">
<p class="foot-name"><span class="dot" /> 이너탭</p>
<p>사업자등록번호: 000-00-00000 &nbsp;|&nbsp; 이메일: people@innertab.co.kr</p>
<p>주소: 서울특별시 강남구 테헤란로 000 00, 0~0</p>
<p>사업자등록번호: 883-81-03100 &nbsp;|&nbsp; 이메일: <a href="mailto:innertab@gmail.com">innertab@gmail.com</a></p>
<p>주소: 서울특별시 강남구 삼성동 121-38, 304</p>
</div>
<div class="foot-divider" />
@@ -65,6 +65,16 @@ footer {
line-height: 1.7;
}
.foot-company p a {
color: inherit;
text-decoration: none;
}
.foot-company p a:hover {
color: var(--brand);
text-decoration: underline;
}
.foot-company p + p {
margin-top: 0.5rem; /* 8px */
}
+1 -1
View File
@@ -62,7 +62,7 @@ header {
}
.nav-cta:hover {
background: #161e36;
background: #2a4490; /* 로열 블루 hover */
transform: translateY(-0.0625rem);
}