diff --git a/src/ptcoffee/settings.py b/src/ptcoffee/settings.py index 6ea01a3..6e9bcbc 100644 --- a/src/ptcoffee/settings.py +++ b/src/ptcoffee/settings.py @@ -8,7 +8,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent # Add Your Required Allow Host if DEBUG == False: - ALLOWED_HOSTS = ['ptcoffee-dev.windmillapps.org'] + ALLOWED_HOSTS = ['ptcoffee-dev.windmillapps.org', 'ptcoffee.com', 'www.ptcoffee.com'] else: ALLOWED_HOSTS = ['192.168.68.106', '127.0.0.1', 'localhost'] diff --git a/src/static/styles/main.css b/src/static/styles/main.css index a5c4ba4..137bb90 100644 --- a/src/static/styles/main.css +++ b/src/static/styles/main.css @@ -460,8 +460,6 @@ section:not(:last-child) { } .site__banner p { - text-transform: lowercase; - font-variant: small-caps; font-size: 2rem; } diff --git a/src/storefront/templates/storefront/product_list.html b/src/storefront/templates/storefront/product_list.html index cb21630..c069f91 100644 --- a/src/storefront/templates/storefront/product_list.html +++ b/src/storefront/templates/storefront/product_list.html @@ -10,7 +10,7 @@ {% block content %}