diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/pages/pricing.php b/pages/pricing.php index 0ab3a34..8625962 100644 --- a/pages/pricing.php +++ b/pages/pricing.php @@ -19,9 +19,9 @@ return <<<'ORIBI_SYNC_CONTENT' - + - + diff --git a/theme/assets/css/main.css b/theme/assets/css/main.css index c37cde1..53a4de3 100644 --- a/theme/assets/css/main.css +++ b/theme/assets/css/main.css @@ -1958,6 +1958,7 @@ p:last-child { margin-bottom: 0; } line-height: 1; } .pricing-amount sup { font-size: 1.25rem; vertical-align: super; } +.pricing-amount .pricing-unit { font-size: 1rem; font-weight: 500; color: var(--color-text-muted); margin-left: .2em; } .pricing-per { font-size: .85rem; color: var(--color-text-muted); margin-top: .35rem; } .pricing-features { list-style: none;