nav 링크 안걸리는 현상 css 수정
parent
4cee7da416
commit
9f430ca7ff
|
|
@ -247,7 +247,8 @@ select::-ms-expand {display:none;}
|
||||||
|
|
||||||
|
|
||||||
/* Title */
|
/* Title */
|
||||||
.tit_1 {position: relative; padding-bottom: 20px; color: #222; font-size: 38px; font-weight: 500; letter-spacing: -2px; line-height: 48px;} /* changed by lim padding-bottom: 50px; font-size: 48px;*/
|
/* changed by lim padding-bottom: 50px; font-size: 48px; added by lim margin-top: 10px;*/
|
||||||
|
.tit_1 {position: relative; padding-bottom: 10px; margin-top: 10px; color: #222; font-size: 38px; font-weight: 500; letter-spacing: -2px; line-height: 48px;}
|
||||||
.tit_1::after {content: ""; display: block; position: absolute; left: 0; bottom: 0; width: 30px; height: 2px; background: #0465be;}
|
.tit_1::after {content: ""; display: block; position: absolute; left: 0; bottom: 0; width: 30px; height: 2px; background: #0465be;}
|
||||||
|
|
||||||
.tit_2 {font-size: 30px; font-weight: 700;}
|
.tit_2 {font-size: 30px; font-weight: 700;}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue