Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
landing_pages
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alex
landing_pages
Commits
8f450e47
Commit
8f450e47
authored
Jan 31, 2019
by
Iren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add style catalog for 320px
parent
b0989fc7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
11 deletions
+19
-11
styles.css
css/styles.css
+10
-5
styles.css.map
css/styles.css.map
+0
-0
styles.less
css/styles.less
+8
-5
index.html
index.html
+1
-1
No files found.
css/styles.css
View file @
8f450e47
...
@@ -369,7 +369,7 @@ h1 {
...
@@ -369,7 +369,7 @@ h1 {
}
}
@media
(
max-width
:
576px
)
{
@media
(
max-width
:
576px
)
{
h1
{
h1
{
font-size
:
3
6
px
;
font-size
:
3
0
px
;
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
:
18
0px
;
width
:
23
0px
;
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
:
18
0px
;
width
:
23
0px
;
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
:
47
px
;
margin-bottom
:
28
px
;
}
}
}
}
.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
:
1
5
px
;
margin-top
:
1
9
px
;
}
}
@media
(
max-width
:
768px
)
{
@media
(
max-width
:
768px
)
{
.catalog-text
{
.catalog-text
{
...
...
css/styles.css.map
View file @
8f450e47
This diff is collapsed.
Click to expand it.
css/styles.less
View file @
8f450e47
...
@@ -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: 3
6
px;
font-size: 3
0
px;
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:
18
0px;
width:
23
0px;
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:
18
0px;
width:
23
0px;
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:
47
px;
margin-bottom:
28
px;
}
}
}
}
.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: 1
5
px;
margin-top: 1
9
px;
@media (max-width: 768px) {
@media (max-width: 768px) {
max-width: 100%;
max-width: 100%;
margin-bottom: 80px;
margin-bottom: 80px;
...
...
index.html
View file @
8f450e47
...
@@ -1215,7 +1215,7 @@
...
@@ -1215,7 +1215,7 @@
<script>
<script>
$
(
document
).
ready
(
function
()
{
$
(
document
).
ready
(
function
()
{
$
.
pixlayout
({
$
.
pixlayout
({
src
:
"layouts/
desktop-cropped.pn
g"
,
src
:
"layouts/
mobile.jp
g"
,
opacity
:
0.8
,
opacity
:
0.8
,
top
:
0
,
top
:
0
,
center
:
true
,
center
:
true
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment