We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598fb49 commit fbd47ceCopy full SHA for fbd47ce
src/sections/Pricing/comparison.js
@@ -72,7 +72,7 @@ h2, h5{
72
73
/* Highlighted column */
74
75
-.price-table tr td:nth-child(3) {
+.price-table tr td:nth-child(5) {
76
background: rgba(0,179,159,0.1);
77
padding: 8px 48px;
78
}
@@ -203,9 +203,9 @@ const Comparison = () => {
203
<tr>
204
<th className="price-blank"></th>
205
206
- <th className="price-table-popular">Most popular</th>
207
208
+ <th className="price-table-popular">Most popular</th>
209
</tr>
210
<tr className="price-table-head">
211
<td></td>
0 commit comments