Commit 8f450e47 by Iren

add style catalog for 320px

parent b0989fc7
...@@ -369,7 +369,7 @@ h1 { ...@@ -369,7 +369,7 @@ h1 {
} }
@media (max-width: 576px) { @media (max-width: 576px) {
h1 { h1 {
font-size: 36px; font-size: 30px;
line-height: 36px; line-height: 36px;
} }
} }
...@@ -468,6 +468,11 @@ h1 { ...@@ -468,6 +468,11 @@ h1 {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
} }
@media (max-width: 576px) {
.header-btn-container {
display: inline-block;
}
}
.header-btn { .header-btn {
font-family: SFUIDisplay-Regular; font-family: SFUIDisplay-Regular;
width: 290px; width: 290px;
...@@ -510,7 +515,7 @@ h1 { ...@@ -510,7 +515,7 @@ h1 {
@media (max-width: 576px) { @media (max-width: 576px) {
.header-btn { .header-btn {
margin-bottom: 20px; margin-bottom: 20px;
width: 180px; width: 230px;
height: 48px; height: 48px;
font-size: 16px; font-size: 16px;
line-height: 30px; line-height: 30px;
...@@ -558,7 +563,7 @@ h1 { ...@@ -558,7 +563,7 @@ h1 {
} }
@media (max-width: 576px) { @media (max-width: 576px) {
.header-btn-background { .header-btn-background {
width: 180px; width: 230px;
height: 48px; height: 48px;
font-size: 12px; font-size: 12px;
line-height: 30px; line-height: 30px;
...@@ -1740,7 +1745,7 @@ video { ...@@ -1740,7 +1745,7 @@ video {
} }
@media (max-width: 576px) { @media (max-width: 576px) {
.tittle-catalog { .tittle-catalog {
margin-bottom: 47px; margin-bottom: 28px;
} }
} }
.catalog-img-container { .catalog-img-container {
...@@ -1834,7 +1839,7 @@ video { ...@@ -1834,7 +1839,7 @@ video {
.catalog-text { .catalog-text {
max-width: 60%; max-width: 60%;
margin-bottom: 120px; margin-bottom: 120px;
margin-top: 15px; margin-top: 19px;
} }
@media (max-width: 768px) { @media (max-width: 768px) {
.catalog-text { .catalog-text {
......
...@@ -308,7 +308,7 @@ h1 { ...@@ -308,7 +308,7 @@ h1 {
margin-bottom: 5px; margin-bottom: 5px;
} }
@media (max-width: 576px) { @media (max-width: 576px) {
font-size: 36px; font-size: 30px;
line-height: 36px; line-height: 36px;
} }
} }
...@@ -388,6 +388,9 @@ h1 { ...@@ -388,6 +388,9 @@ h1 {
.header-btn-container { .header-btn-container {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
@media (max-width: 576px) {
display: inline-block;
}
} }
.header-btn { .header-btn {
font-family: SFUIDisplay-Regular; font-family: SFUIDisplay-Regular;
...@@ -423,7 +426,7 @@ h1 { ...@@ -423,7 +426,7 @@ h1 {
} }
@media (max-width: 576px) { @media (max-width: 576px) {
margin-bottom: 20px; margin-bottom: 20px;
width: 180px; width: 230px;
height: 48px; height: 48px;
font-size: 16px; font-size: 16px;
line-height: 30px; line-height: 30px;
...@@ -463,7 +466,7 @@ h1 { ...@@ -463,7 +466,7 @@ h1 {
font-size: 10px; font-size: 10px;
} }
@media (max-width: 576px) { @media (max-width: 576px) {
width: 180px; width: 230px;
height: 48px; height: 48px;
font-size: 12px; font-size: 12px;
line-height: 30px; line-height: 30px;
...@@ -1411,7 +1414,7 @@ padding-left: 40px; ...@@ -1411,7 +1414,7 @@ padding-left: 40px;
margin-bottom: 50px; margin-bottom: 50px;
} }
@media (max-width: 576px) { @media (max-width: 576px) {
margin-bottom: 47px; margin-bottom: 28px;
} }
} }
.catalog-img-container { .catalog-img-container {
...@@ -1483,7 +1486,7 @@ padding-left: 40px; ...@@ -1483,7 +1486,7 @@ padding-left: 40px;
.catalog-text { .catalog-text {
max-width: 60%; max-width: 60%;
margin-bottom: 120px; margin-bottom: 120px;
margin-top: 15px; margin-top: 19px;
@media (max-width: 768px) { @media (max-width: 768px) {
max-width: 100%; max-width: 100%;
margin-bottom: 80px; margin-bottom: 80px;
......
...@@ -1215,7 +1215,7 @@ ...@@ -1215,7 +1215,7 @@
<script> <script>
$(document).ready(function () { $(document).ready(function () {
$.pixlayout({ $.pixlayout({
src: "layouts/desktop-cropped.png", src: "layouts/mobile.jpg",
opacity: 0.8, opacity: 0.8,
top: 0, top: 0,
center: true, center: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment