diff --git a/themes/berkarar/assets/css/components/2-layout/header.scss b/themes/berkarar/assets/css/components/2-layout/header.scss index 8fa54c7..21ebb54 100644 --- a/themes/berkarar/assets/css/components/2-layout/header.scss +++ b/themes/berkarar/assets/css/components/2-layout/header.scss @@ -7,6 +7,7 @@ @include transition; position: relative; top: 0; + z-index: 101; &.fixed { position: fixed; @@ -554,6 +555,7 @@ position: relative; display: flex; flex-wrap: wrap; + justify-content: space-between; padding-top: 65px; margin-bottom: 50px; @@ -571,9 +573,8 @@ } &-input { - width: calc(100% - 176px); + width: calc(100% - 200px); // max-width: 1200px; - margin-right: 30px; input { background: #fff; diff --git a/themes/berkarar/assets/css/components/3-page/about.scss b/themes/berkarar/assets/css/components/3-page/about.scss index fc11b86..9c961f4 100644 --- a/themes/berkarar/assets/css/components/3-page/about.scss +++ b/themes/berkarar/assets/css/components/3-page/about.scss @@ -225,16 +225,16 @@ &-title { font-weight: 700; - font-size: 38px; - line-height: 59px; + font-size: 32px; + line-height: 1.3; color: $gray; margin-bottom: 30px; } &-txt { font-weight: 400; - font-size: 20px; - line-height: 35px; + font-size: 18px; + line-height: 1.5; color: $gray; margin-bottom: 15px; diff --git a/themes/berkarar/assets/css/main.css b/themes/berkarar/assets/css/main.css index 101dfc5..d2c5047 100644 --- a/themes/berkarar/assets/css/main.css +++ b/themes/berkarar/assets/css/main.css @@ -157,6 +157,7 @@ input[type=date]::-webkit-calendar-picker-indicator { -moz-transition: all 0.2s ease-in-out 0s; position: relative; top: 0; + z-index: 101; } .header.fixed { position: fixed; @@ -711,6 +712,9 @@ input[type=date]::-webkit-calendar-picker-indicator { display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; padding-top: 65px; margin-bottom: 50px; } @@ -726,8 +730,7 @@ input[type=date]::-webkit-calendar-picker-indicator { color: #FFB100; } .menu_search-input { - width: calc(100% - 176px); - margin-right: 30px; + width: calc(100% - 200px); } .menu_search-input input { background: #fff; @@ -2668,15 +2671,15 @@ input[type=date]::-webkit-calendar-picker-indicator { } .about_item-title { font-weight: 700; - font-size: 38px; - line-height: 59px; + font-size: 32px; + line-height: 1.3; color: #292929; margin-bottom: 30px; } .about_item-txt { font-weight: 400; - font-size: 20px; - line-height: 35px; + font-size: 18px; + line-height: 1.5; color: #292929; margin-bottom: 15px; }