feat: small adjustments
This commit is contained in:
parent
6b63ea98d8
commit
4ba1fe3d9a
2 changed files with 3 additions and 3 deletions
|
|
@ -61,14 +61,14 @@
|
||||||
|
|
||||||
p {
|
p {
|
||||||
color: rgba(255, 255, 255, 0.59);
|
color: rgba(255, 255, 255, 0.59);
|
||||||
font-size: 14px;
|
font-size: 18px;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 160%;
|
line-height: 160%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
font-size: 16px;
|
font-size: 22px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -126,7 +126,7 @@ export default function Black() {
|
||||||
<li>Cancel your subscription at anytime</li>
|
<li>Cancel your subscription at anytime</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div data-slot="actions">
|
<div data-slot="actions">
|
||||||
<button type="button" onClick={() => setSelected(null)} data-slot="cancel">
|
<button type="button" onClick={cancel} data-slot="cancel">
|
||||||
Cancel
|
Cancel
|
||||||
</button>
|
</button>
|
||||||
<a href={`/black/subscribe/${plan.id}`} data-slot="continue">
|
<a href={`/black/subscribe/${plan.id}`} data-slot="continue">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue