Skip to content

Commit

Permalink
Minor Stylistic Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenclaw1999 committed Dec 27, 2020
1 parent 7dbf93c commit ce49de4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 5 additions & 3 deletions _includes/layouts/resources.njk
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ layout: layouts/base.njk

{%for resource in resources%}

<a href="{{ resource.url | url }}">
<a href="{{ resource.url | url }}" target="_blank">
<div>
<h4 >
<h6>
{{resource.title}}
</h4>
</h6>
<p class="resource-summary">
{{resource.summary}}
</p>

<hr/>
</div>
</a>

Expand Down
1 change: 0 additions & 1 deletion resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: layouts/resources.njk
resources:
- url: https://www.buzzfeednews.com/article/adeonibada/generic-brands-george-floyd-protest-statement
title: Brands Have Been Speaking Out About Racism
summary: here's a short summary for the article

- url: https://www.snewsnet.com/news/black-lives-matter-statements
title: Black Lives Matter Statements from the industry
Expand Down
1 change: 0 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ body {
flex-direction: column;
margin: 0;
font: 400 15px/1.8 "Lato", sans-serif;
color: #777;
}

main {
Expand Down

0 comments on commit ce49de4

Please sign in to comment.