Merge branch 'release/1.0.8'

This commit is contained in:
Nathan Chapman 2022-04-30 14:24:02 -06:00
commit 4ddd8393bf
3 changed files with 2 additions and 4 deletions

View File

@ -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']

View File

@ -460,8 +460,6 @@ section:not(:last-child) {
}
.site__banner p {
text-transform: lowercase;
font-variant: small-caps;
font-size: 2rem;
}

View File

@ -10,7 +10,7 @@
{% block content %}
<div class="site__banner site__banner--site">
<h1>Organic Coffee, Slow Roasted, Italian Style</h1>
<p><em>Better</em>, not <em>Bitter</em></p>
<p><em>BETTER</em>, Not <em>BITTER</em></p>
</div>
<article>
<section class="product__list">