Merge branch 'release/1.0.8'
This commit is contained in:
commit
4ddd8393bf
@ -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']
|
||||
|
||||
|
||||
@ -460,8 +460,6 @@ section:not(:last-child) {
|
||||
}
|
||||
|
||||
.site__banner p {
|
||||
text-transform: lowercase;
|
||||
font-variant: small-caps;
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user