update text shadow.
This commit is contained in:
@@ -7793,7 +7793,7 @@ div.article-row-content > h6, .h6 {
|
|||||||
bottom: 15%;
|
bottom: 15%;
|
||||||
left: 5%;
|
left: 5%;
|
||||||
color: #fefefe;
|
color: #fefefe;
|
||||||
text-shadow: 1px 1px 2px #0a0a0a; }
|
text-shadow: 1px 1px 2px #000, 0px 0px 5px #000, 0px 0px 25px #000; }
|
||||||
@media print, screen and (min-width: 40em) {
|
@media print, screen and (min-width: 40em) {
|
||||||
.news-hero .news-hero-text, .news-hero-large .news-hero-text {
|
.news-hero .news-hero-text, .news-hero-large .news-hero-text {
|
||||||
left: 10%; } }
|
left: 10%; } }
|
||||||
@@ -8344,7 +8344,7 @@ div.footer div.grid-x {
|
|||||||
bottom: 3.125rem;
|
bottom: 3.125rem;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
text-shadow: 1px 1px 2px #0a0a0a; }
|
text-shadow: 1px 1px 2px #000, 0px 0px 5px #000, 0px 0px 25px #000; }
|
||||||
@media print, screen and (max-width: 39.99875em) {
|
@media print, screen and (max-width: 39.99875em) {
|
||||||
.large-article-header-content {
|
.large-article-header-content {
|
||||||
bottom: 1.25rem; } }
|
bottom: 1.25rem; } }
|
||||||
|
|||||||
@@ -26,9 +26,9 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="article-details">
|
<div class="article-details">
|
||||||
<div>
|
<a>
|
||||||
{{ post.subtitle|default_if_none:" "|tags_to_url }}
|
{{ post.subtitle|default_if_none:" "|tags_to_url }}
|
||||||
</div>
|
</a>
|
||||||
{% if author_image and author %}
|
{% if author_image and author %}
|
||||||
<div class="article-author">
|
<div class="article-author">
|
||||||
<a href="{% url 'member' author.id %}">
|
<a href="{% url 'member' author.id %}">
|
||||||
|
|||||||
Reference in New Issue
Block a user