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
83a7d555
Commit
83a7d555
authored
Jan 29, 2019
by
Iren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add oll style for max-widht 576px for section advertising
parent
13b7097d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
styles.css
css/styles.css
+3
-3
styles.css.map
css/styles.css.map
+0
-0
styles.less
css/styles.less
+3
-3
No files found.
css/styles.css
View file @
83a7d555
...
@@ -773,7 +773,7 @@ video {
...
@@ -773,7 +773,7 @@ video {
}
}
@media
(
max-width
:
576px
)
{
@media
(
max-width
:
576px
)
{
.advertising-background
{
.advertising-background
{
padding-bottom
:
0
;
padding-bottom
:
20px
;
padding-top
:
55px
;
padding-top
:
55px
;
}
}
}
}
...
@@ -959,7 +959,7 @@ video {
...
@@ -959,7 +959,7 @@ video {
.advertising-img-order
img
{
.advertising-img-order
img
{
min-width
:
300px
;
min-width
:
300px
;
margin-left
:
-25px
;
margin-left
:
-25px
;
height
:
1
90
px
;
height
:
1
83
px
;
}
}
}
}
@media
(
max-width
:
1250px
)
{
@media
(
max-width
:
1250px
)
{
...
@@ -990,7 +990,7 @@ video {
...
@@ -990,7 +990,7 @@ video {
}
}
.advertising-img
img
{
.advertising-img
img
{
min-width
:
320px
;
min-width
:
320px
;
height
:
1
90
px
;
height
:
1
83
px
;
margin-left
:
-25px
;
margin-left
:
-25px
;
}
}
}
}
...
...
css/styles.css.map
View file @
83a7d555
This diff is collapsed.
Click to expand it.
css/styles.less
View file @
83a7d555
...
@@ -652,7 +652,7 @@ video {
...
@@ -652,7 +652,7 @@ video {
padding-top: 90px;
padding-top: 90px;
}
}
@media (max-width: 576px) {
@media (max-width: 576px) {
padding-bottom:
0
;
padding-bottom:
20px
;
padding-top: 55px;
padding-top: 55px;
}
}
}
}
...
@@ -811,7 +811,7 @@ video {
...
@@ -811,7 +811,7 @@ video {
img {
img {
min-width: 300px;
min-width: 300px;
margin-left: -25px;
margin-left: -25px;
height: 1
90
px;
height: 1
83
px;
}
}
}
}
@media (max-width: 1250px) {
@media (max-width: 1250px) {
...
@@ -836,7 +836,7 @@ video {
...
@@ -836,7 +836,7 @@ video {
margin-top: 0;
margin-top: 0;
img {
img {
min-width: 320px;
min-width: 320px;
height: 1
90
px;
height: 1
83
px;
margin-left: -25px;
margin-left: -25px;
}
}
}
}
...
...
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