|
39 | 39 | .about__section-title-right {
|
40 | 40 | @extend .about__section-title-left;
|
41 | 41 | text-align: right;
|
| 42 | + margin-top: 5%; |
42 | 43 | }
|
43 | 44 |
|
44 | 45 |
|
|
95 | 96 | position: absolute;
|
96 | 97 | top: 0;
|
97 | 98 | right: 15%;
|
98 |
| - background: url("../images/about/top_image_964x643px.JPG") no-repeat top center; |
| 99 | + background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/about/top_img_passion_964x643px.JPG") no-repeat top center; |
99 | 100 | background-size: cover;
|
100 | 101 | overflow: hidden;
|
101 | 102 | width: 40%;
|
|
115 | 116 | height: 100%;
|
116 | 117 | content: "";
|
117 | 118 | display: block;
|
118 |
| - background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)), url("../images/about/top_image_964x643px.JPG") no-repeat top center; |
| 119 | + background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/about/top_img_passion_964x643px.JPG") no-repeat top center; |
119 | 120 | background-size: cover;
|
120 | 121 | filter: blur(2px);
|
121 | 122 | z-index: -1;
|
|
136 | 137 | left: 15%;
|
137 | 138 | width: 40%;
|
138 | 139 | height: 50%;
|
139 |
| - background: url("../images/about/top_image_964x659px.JPG") no-repeat bottom center; |
| 140 | + background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/about/bot_img_dedication_964x643px.JPG") no-repeat bottom center; |
140 | 141 | background-size: cover;
|
141 | 142 | overflow: hidden;
|
142 | 143 | border: $old-white 2px groove;
|
|
155 | 156 | height: 100%;
|
156 | 157 | content: "";
|
157 | 158 | display: block;
|
158 |
| - background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)), url("../images/about/top_image_964x659px.JPG") no-repeat bottom center; |
| 159 | + background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/about/bot_img_dedication_964x643px.JPG") no-repeat bottom center; |
159 | 160 | background-size: cover;
|
160 | 161 | filter: blur(2px);
|
161 | 162 | z-index: -1;
|
|
0 commit comments