Skip to content

Commit

Permalink
Add an inline style tag for the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Nov 16, 2018
1 parent ae9032e commit e759883
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions site/_layouts/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@

{% include stylesheet.html %}

<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle
}

@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem
}
}
</style>

{%- for css in page.extra_css %}
<!-- Custom styles for this template -->
<link href="{{ css }}" rel="stylesheet">
Expand Down

0 comments on commit e759883

Please sign in to comment.