2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Use the new include in examples too.

This commit is contained in:
XhmikosR
2018-11-14 15:52:02 +02:00
parent 6163533d84
commit 369f03fbc5
7 changed files with 41 additions and 31 deletions
+13
View File
@@ -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">