Skip to content

Commit fbd47ce

Browse files
comparison_pricing_fix
Signed-off-by: greedy_wudpeckr <[email protected]>
1 parent 598fb49 commit fbd47ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sections/Pricing/comparison.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ h2, h5{
7272
7373
/* Highlighted column */
7474
75-
.price-table tr td:nth-child(3) {
75+
.price-table tr td:nth-child(5) {
7676
background: rgba(0,179,159,0.1);
7777
padding: 8px 48px;
7878
}
@@ -203,9 +203,9 @@ const Comparison = () => {
203203
<tr>
204204
<th className="price-blank"></th>
205205
<th className="price-blank"></th>
206-
<th className="price-table-popular">Most popular</th>
207206
<th className="price-blank"></th>
208207
<th className="price-blank"></th>
208+
<th className="price-table-popular">Most popular</th>
209209
</tr>
210210
<tr className="price-table-head">
211211
<td></td>

0 commit comments

Comments
 (0)