1120사이즈 UIUX수정
This commit is contained in:
@@ -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
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user