From ee1039bf7d03aaeee93ab5582a3d4dd9510f9f3a Mon Sep 17 00:00:00 2001 From: alice Date: Tue, 17 May 2022 03:03:15 +0200 Subject: [PATCH] add payment details under the Homepage Button --- static/css/style.css | 6 ++++++ templates/ccvpn/index.html | 1 + 2 files changed, 7 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 00a5aed..97be359 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -764,6 +764,12 @@ a.home-signup-button { font-size: 1.1em; font-weight: 600; } +a.home-signup-button .subtext { + font-size: 0.7em; + font-weight: normal; + display: block; + opacity: 0.85; +} @media screen and (max-width: 48em) { .home-signup-button { diff --git a/templates/ccvpn/index.html b/templates/ccvpn/index.html index 4124a81..4a38008 100644 --- a/templates/ccvpn/index.html +++ b/templates/ccvpn/index.html @@ -63,6 +63,7 @@