Skip to content

Commit

Permalink
REmove blur and article
Browse files Browse the repository at this point in the history
  • Loading branch information
thebinarymutant committed Apr 22, 2020
1 parent 3c04b3f commit 5e25f1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion post.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<header class="post-header {{#if feature_image}} has-cover {{/if}}">
<div class="inner">
<span class="post-info">
<span class="post-type">{{t "Article"}}</span>
{{#if tags}}
<span class="post-type">{{t "Article"}}</span>
<span class="post-count">{{primary_tag.name}}</span>
{{/if}}
</span>
Expand Down
4 changes: 2 additions & 2 deletions src/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1577,7 +1577,7 @@ textarea {
}

.post-header.has-cover {
padding: calc(16rem + 8vw) 0 calc(4rem + 6vw);
padding: calc(16rem + 8vw) 0 calc(4rem);
margin-bottom: calc(4rem + 2vw);
background: #000;
overflow: hidden;
Expand All @@ -1604,7 +1604,7 @@ textarea {
margin: 0;
z-index: 6;
object-fit: cover;
filter: blur(4px) brightness(0.75);
filter: brightness(0.75);
}

&:after {
Expand Down

0 comments on commit 5e25f1c

Please sign in to comment.