Skip to content

Commit

Permalink
Polish feature row styles
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouxinyu committed Dec 19, 2017
1 parent 9629e9f commit cd57352
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/feature_row
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="feature__item{% if include.type %}--{{ include.type }}{% endif %}">
<div class="archive__item">
{% if f.image_path %}
<div class="archive__item-teaser">
<div class="">
<img src=
{% if f.image_path contains "://" %}
"{{ f.image_path }}"
Expand Down
6 changes: 6 additions & 0 deletions home.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ feature_row1:
{% include feature_row %}

{% include feature_row id="feature_row1" %}

<style type="text/css">
.archive__item-title {
text-decoration: none !important;
}
</style>

0 comments on commit cd57352

Please sign in to comment.