From ba3e19d2bf3b3c01b6f149f1e070cb41734639fb Mon Sep 17 00:00:00 2001 From: Nathan Chapman Date: Sat, 30 Apr 2022 14:23:40 -0600 Subject: [PATCH] Update Allowed hosts --- src/ptcoffee/settings.py | 2 +- src/static/styles/main.css | 2 -- src/storefront/templates/storefront/product_list.html | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) 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 %}

Organic Coffee, Slow Roasted, Italian Style

-

Better, not Bitter

+

BETTER, Not BITTER