|
@@ -12,7 +12,6 @@
|
12
|
12
|
</div>
|
13
|
13
|
</div>
|
14
|
14
|
</div>
|
15
|
|
- <img class="bottomImage" src="../assets/indexImg/loading_bar.png" alt />
|
16
|
15
|
</div>
|
17
|
16
|
</template>
|
18
|
17
|
|
|
@@ -266,21 +265,19 @@ export default {
|
266
|
265
|
z-index: 2;
|
267
|
266
|
}
|
268
|
267
|
.topImage {
|
269
|
|
- width: 100vw;
|
270
|
|
- }
|
271
|
|
- .bottomImage{
|
|
268
|
+ padding-top: 2em;
|
272
|
269
|
width: 100vw;
|
273
|
270
|
}
|
274
|
271
|
.outer6-wrapper {
|
275
|
272
|
width: 92vw;
|
276
|
273
|
border: 1px solid #d0b69a;
|
277
|
|
- margin: 0 auto;
|
|
274
|
+ margin: 0 auto 2em;
|
278
|
275
|
|
279
|
276
|
.outer6 {
|
280
|
277
|
flex-flow: row wrap;
|
281
|
278
|
align-content: flex-start;
|
282
|
279
|
z-index: 2;
|
283
|
|
- background-color: #9c0014;
|
|
280
|
+ background-color: #b12b32;
|
284
|
281
|
align-self: center;
|
285
|
282
|
width: 90vw;
|
286
|
283
|
margin: 3px auto;
|