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
9d47fa57
Commit
9d47fa57
authored
Jan 24, 2019
by
Iren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
agg background instead img
parent
49472c42
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
6 deletions
+10
-6
styles.css
css/styles.css
+5
-3
styles.css.map
css/styles.css.map
+0
-0
styles.less
css/styles.less
+5
-3
No files found.
css/styles.css
View file @
9d47fa57
...
...
@@ -242,9 +242,10 @@ header {
}
/*advertising*/
.advertising-background
{
background-repeat
:
no-repeat
;
/*
background-repeat: no-repeat;
background-size: 100% 100%;
background-position
:
center
center
;
background-position: center center;*/
background
:
#f9fbff
;
padding-top
:
182px
;
padding-bottom
:
60px
;
margin-bottom
:
75px
;
...
...
@@ -545,6 +546,7 @@ header {
}
/*protection*/
.protection-background
{
background
:
#f9fbff
;
background-size
:
100%
100%
;
background-position
:
center
;
padding-top
:
118px
;
...
...
@@ -638,6 +640,7 @@ header {
color
:
#303a81
;
}
.technology
{
background
:
#f9fbff
;
background-size
:
100%
100%
;
background-position
:
center
;
padding-top
:
140px
;
...
...
@@ -676,7 +679,6 @@ header {
text-align
:
left
;
padding-right
:
80px
;
height
:
158px
;
border
:
yellow
1px
solid
;
}
.technology-card
p
{
font-size
:
16px
;
...
...
css/styles.css.map
View file @
9d47fa57
This diff is collapsed.
Click to expand it.
css/styles.less
View file @
9d47fa57
...
...
@@ -220,9 +220,10 @@ header {
}
/*advertising*/
.advertising-background {
background-repeat: no-repeat;
/*
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: center center;
background-position: center center;*/
background: #f9fbff;
padding-top: 182px;
padding-bottom: 60px;
margin-bottom: 75px;
...
...
@@ -431,6 +432,7 @@ header {
}
/*protection*/
.protection-background {
background: #f9fbff;
background-size: 100% 100%;
background-position: center;
padding-top: 118px;
...
...
@@ -517,6 +519,7 @@ header {
}
}
.technology {
background: #f9fbff;
background-size: 100% 100%;
background-position: center;
padding-top: 140px;
...
...
@@ -550,7 +553,6 @@ header {
text-align: left;
padding-right: 80px;
height: 158px;
border: yellow 1px solid;
p {
font-size: 16px;
font-weight: 300;
...
...
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