1120사이즈 UIUX수정

This commit is contained in:
2025-05-29 00:44:25 +09:00
parent ed9b8e8b3b
commit 09914b462e
19 changed files with 712 additions and 3887 deletions

View File

@@ -388,11 +388,13 @@ html .hederWarp_n .headerInner .gnb .logoWrap a .logoImg {
height: 1.5rem;
background-image: url(../../images/kia/kia-logo-n.svg);
background-repeat: no-repeat;
transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}
@media (min-width: 1025px) {
html .hederWarp_n .headerInner .gnb .logoWrap a .logoImg {
height: 2rem;
width: 22.8rem;
transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}
}
html .hederWarp_n.menu-open .headerInner .gnb .logoWrap a .logoImg {

File diff suppressed because one or more lines are too long

View File

@@ -481,10 +481,12 @@ html {
height: 1.5rem;
background-image: url(../../images/kia/kia-logo-n.svg);
background-repeat: no-repeat;
transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
@include desktopMin {
height: 2rem;
width: 22.8rem;
transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}
}