|
7 | 7 | </div>
|
8 | 8 | <div class="row">
|
9 | 9 | <div class="col-md-6">
|
10 |
| - <img src="~@/assets/images/marketing/screenshot.png"> |
| 10 | + <img src="~@/assets/images/marketing/screenshot.png" class="feature-image"> |
11 | 11 | <h2>{{ $t('marketing1Lead1Title') }}</h2>
|
12 | 12 | <p>{{ $t('marketing1Lead1') }}</p>
|
13 | 13 | </div>
|
14 | 14 | <div class="col-md-6">
|
15 |
| - <img src="~@/assets/images/marketing/gear.png"> |
| 15 | + <img src="~@/assets/images/marketing/gear.png" class="feature-image"> |
16 | 16 | <h2>{{ $t('marketing1Lead2Title') }}</h2>
|
17 | 17 | <p>{{ $t('marketing1Lead2') }}</p>
|
18 | 18 | <img
|
19 | 19 | src="~@/assets/images/marketing/drops.png"
|
20 |
| - style="max-height: 200px;" |
| 20 | + class="feature-image" |
21 | 21 | >
|
22 | 22 | <h2>{{ $t('marketing1Lead3Title') }}</h2>
|
23 | 23 | <p>{{ $t('marketing1Lead3') }}</p>
|
|
33 | 33 | <div class="col-md-6">
|
34 | 34 | <h2>{{ $t('marketing2Lead1Title') }}</h2>
|
35 | 35 | <p>{{ $t('marketing2Lead1') }}</p>
|
36 |
| - <img src="~@/assets/images/marketing/vice3.png"> |
| 36 | + <img src="~@/assets/images/marketing/vice3.png" class="feature-image"> |
37 | 37 | <h2>{{ $t('marketing2Lead2Title') }}</h2>
|
38 | 38 | <p v-markdown="$t('marketing2Lead2')"></p>
|
39 | 39 | </div>
|
40 | 40 | <div class="col-md-6">
|
41 |
| - <img src="~@/assets/images/marketing/challenge.png"> |
| 41 | + <img src="~@/assets/images/marketing/challenge.png" class="feature-image"> |
42 | 42 | <h2>{{ $t('marketing2Lead3Title') }}</h2>
|
43 | 43 | <p>{{ $t('marketing2Lead3') }}</p>
|
44 | 44 | </div>
|
|
51 | 51 | </div>
|
52 | 52 | <div class="row">
|
53 | 53 | <div class="col-md-6">
|
54 |
| - <img src="~@/assets/images/marketing/android_iphone.png"> |
| 54 | + <img src="~@/assets/images/marketing/android_iphone.png" class="feature-image"> |
55 | 55 | <h2>{{ $t('footerMobile') }}</h2>
|
56 | 56 | <p v-markdown="$t('marketing3Lead1')"></p>
|
57 | 57 | </div>
|
58 | 58 | <div class="col-md-6">
|
59 |
| - <img src="~@/assets/images/marketing/integration.png"> |
| 59 | + <img src="~@/assets/images/marketing/integration.png" class="feature-image"> |
60 | 60 | <h2>{{ $t('marketing3Lead2Title') }}</h2>
|
61 | 61 | <p v-markdown="$t('marketing3Lead2')"></p>
|
62 | 62 | </div>
|
|
70 | 70 | <div class="row">
|
71 | 71 | <div class="col-md-6">
|
72 | 72 | <div class="media">
|
73 |
| - <img src="~@/assets/images/marketing/education.png"> |
| 73 | + <img src="~@/assets/images/marketing/education.png" class="media-image"> |
74 | 74 | <div class="media-body">
|
75 | 75 | <h2>{{ $t('marketing4Lead1Title') }}</h2>
|
76 | 76 | <p>{{ $t('marketing4Lead1') }}</p>
|
|
79 | 79 | </div>
|
80 | 80 | <div class="col-md-6">
|
81 | 81 | <div class="media">
|
82 |
| - <img src="~@/assets/images/marketing/wellness.png"> |
| 82 | + <img src="~@/assets/images/marketing/wellness.png" class="media-image"> |
83 | 83 | <div class="media-body">
|
84 | 84 | <h2>{{ $t('marketing4Lead2Title') }}</h2>
|
85 | 85 | <p>{{ $t('marketing4Lead2') }}</p>
|
|
90 | 90 | <div class="row">
|
91 | 91 | <div class="col-md-6 offset-md-3">
|
92 | 92 | <h2>{{ $t('marketing4Lead3Title') }}</h2>
|
93 |
| - <img src="~@/assets/images/marketing/lefnire.png"> |
| 93 | + <img src="~@/assets/images/marketing/lefnire.png" class="feature-image"> |
94 | 94 | <p class="span">
|
95 | 95 | <span>{{ $t('marketing4Lead3-1') }}</span>
|
96 | 96 | <button
|
|
118 | 118 | margin-left: 1em;
|
119 | 119 | }
|
120 | 120 |
|
121 |
| - img { |
| 121 | + .feature-image { |
122 | 122 | box-shadow: 0 0 10px 5px #888;
|
123 | 123 | margin: 0.5em;
|
124 | 124 | max-width: 500px;
|
|
127 | 127 | max-width: 100%;
|
128 | 128 | }
|
129 | 129 | }
|
| 130 | +
|
| 131 | + .media-image { |
| 132 | + max-width: 100px; |
| 133 | + margin-right: 1em; |
| 134 | + } |
| 135 | +
|
| 136 | + .media { |
| 137 | + display: flex; |
| 138 | + align-items: center; |
| 139 | + margin-bottom: 1em; |
| 140 | + } |
130 | 141 | </style>
|
131 | 142 |
|
132 | 143 | <script>
|
|
0 commit comments