Browse Source

레이아웃 수정중

master
lee_whee 5 months ago
parent
commit
02c366f575
  1. 5
      dist/assets/css/style.css
  2. 2
      dist/assets/css/style.min.css
  3. 2
      dist/assets/css/style.min.css.map
  4. 2
      src/scss/common/_layout.scss
  5. 3
      src/scss/pages/main.scss

5
dist/assets/css/style.css

@ -335,7 +335,7 @@ html {
}
@media screen and (min-width: 1921px) {
html {
font-size: 16px;
font-size: 20px;
}
}
@media screen and (max-width: 768px) {
@ -2843,13 +2843,14 @@ html {
padding: 0.625rem 0.625rem;
}
#main .main-top .line-03 .bottom .title {
font-size: 1.25rem;
font-size: 1.1875rem;
font-weight: 800;
line-height: 1.15;
color: #fff;
font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
padding-bottom: 1.75rem;
position: relative;
letter-spacing: -0.0625rem;
}
#main .main-top .line-03 .bottom .title:before {
content: "";

2
dist/assets/css/style.min.css
File diff suppressed because it is too large
View File

2
dist/assets/css/style.min.css.map
File diff suppressed because it is too large
View File

2
src/scss/common/_layout.scss

@ -7,7 +7,7 @@ html {
overflow-x: hidden;
font-size: calc((16vw / 960) * 100);
@media screen and (min-width:1921px) {
font-size: 16px;
font-size: 20px;
}
@include display-xs(){

3
src/scss/pages/main.scss

@ -210,13 +210,14 @@
padding:REM(10px) REM(10px);
}
.title{
font-size:REM(20px);
font-size:REM(19px);
font-weight:$font-weight-extra-bold;
line-height:1.15;
color:#fff;
font-family: $font-family-base;
padding-bottom:REM(28px);
position:relative;
letter-spacing: REM(-1px);
&:before{
content:"";

Loading…
Cancel
Save