Skip to content

Commit

Permalink
few more adjustments to code and style
Browse files Browse the repository at this point in the history
  • Loading branch information
dcnb committed Aug 21, 2024
1 parent 6b242b5 commit eac7324
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion _sass/_ohd.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}

.border-featured {
border-left: 1px solid red !important;
border-left: 1px solid black !important;
border-left-width: thick !important;
background-color: aquamarine !important;
}
Expand Down
2 changes: 1 addition & 1 deletion pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1>{{ site.title }}</strong>
{% if site.data.filters and site.data.theme.home-page-visualization != false %}

<div class="col-md-6 my-auto">
{% include index/viz-overview.html height="450px"%}
{% include transcript/index/viz-overview.html height="450px"%}
</div>
{% endif %}
</div>
Expand Down

0 comments on commit eac7324

Please sign in to comment.