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) { @media screen and (min-width: 1921px) {
html { html {
font-size: 16px;
font-size: 20px;
} }
} }
@media screen and (max-width: 768px) { @media screen and (max-width: 768px) {
@ -2843,13 +2843,14 @@ html {
padding: 0.625rem 0.625rem; padding: 0.625rem 0.625rem;
} }
#main .main-top .line-03 .bottom .title { #main .main-top .line-03 .bottom .title {
font-size: 1.25rem;
font-size: 1.1875rem;
font-weight: 800; font-weight: 800;
line-height: 1.15; line-height: 1.15;
color: #fff; 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; 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; padding-bottom: 1.75rem;
position: relative; position: relative;
letter-spacing: -0.0625rem;
} }
#main .main-top .line-03 .bottom .title:before { #main .main-top .line-03 .bottom .title:before {
content: ""; 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; overflow-x: hidden;
font-size: calc((16vw / 960) * 100); font-size: calc((16vw / 960) * 100);
@media screen and (min-width:1921px) { @media screen and (min-width:1921px) {
font-size: 16px;
font-size: 20px;
} }
@include display-xs(){ @include display-xs(){

3
src/scss/pages/main.scss

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

Loading…
Cancel
Save