diff --git a/public/css/style.css b/public/css/style.css index 765ced4..24f8e4f 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -26,9 +26,11 @@ body.logged-out { } .narrow { + background: #fff; max-width: 700px; margin-right: auto; - margin-left: auto; + margin-left: auto; + padding: 10px; } .footer { diff --git a/views/subscription-status.php b/views/subscription-status.php index 759d2ce..e5d2def 100644 --- a/views/subscription-status.php +++ b/views/subscription-status.php @@ -1,3 +1,5 @@ +
+ subscription->active): ?>
This subscription is active!
@@ -33,4 +35,6 @@ - \ No newline at end of file + + +
\ No newline at end of file