Commit bfd34860 authored by dagalkova's avatar dagalkova

Update

parent b18d1275
...@@ -13,6 +13,7 @@ body { ...@@ -13,6 +13,7 @@ body {
} }
.header { .header {
opacity: 0.99;
position: relative; position: relative;
width: 100%; width: 100%;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 31, 31, 0.125)), to(rgba(31, 31, 31, 0.425))), -webkit-gradient(linear, left bottom, left top, color-stop(29%, rgba(0, 0, 0, 0.12)), to(rgba(0, 0, 0, 0.68))), url("../img/les2.png") no-repeat; background: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 31, 31, 0.125)), to(rgba(31, 31, 31, 0.425))), -webkit-gradient(linear, left bottom, left top, color-stop(29%, rgba(0, 0, 0, 0.12)), to(rgba(0, 0, 0, 0.68))), url("../img/les2.png") no-repeat;
...@@ -630,6 +631,7 @@ body { ...@@ -630,6 +631,7 @@ body {
} }
.point { .point {
z-index: 1;
margin: 30px 20px 0 134px; margin: 30px 20px 0 134px;
display: -webkit-box; display: -webkit-box;
display: -ms-flexbox; display: -ms-flexbox;
...@@ -725,6 +727,7 @@ body { ...@@ -725,6 +727,7 @@ body {
} }
.production { .production {
position: relative;
background: #f6f8fa url("../img/production_mask.svg") no-repeat right -290px; background: #f6f8fa url("../img/production_mask.svg") no-repeat right -290px;
margin: 0; margin: 0;
padding: 80px 0 0 140px; padding: 80px 0 0 140px;
......
This diff is collapsed.
...@@ -13,6 +13,7 @@ body { ...@@ -13,6 +13,7 @@ body {
} }
.header { .header {
opacity: 0.99;
position: relative; position: relative;
width: 100%; width: 100%;
background: linear-gradient( background: linear-gradient(
...@@ -464,6 +465,8 @@ body { ...@@ -464,6 +465,8 @@ body {
} }
.point { .point {
z-index: 1;
margin: 30px 20px 0 134px; margin: 30px 20px 0 134px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
...@@ -528,6 +531,7 @@ body { ...@@ -528,6 +531,7 @@ body {
} }
.production { .production {
position: relative;
background: #f6f8fa url('../img/production_mask.svg') no-repeat right -290px; background: #f6f8fa url('../img/production_mask.svg') no-repeat right -290px;
margin: 0; margin: 0;
padding: 80px 0 0 140px; padding: 80px 0 0 140px;
......
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