We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3d2b1 commit 9623f64Copy full SHA for 9623f64
index.md
@@ -28,7 +28,7 @@ permalink: /
28
{% for slide in site.carousel %}
29
<div class="carousel-item{% if forloop.first %} active{% endif %}" >
30
<div class="row align-self-center slide-div" style="margin:auto;height:100%">
31
- <img src="{{slide.splash | relative_url}}" style="margin:auto;object-fit:contain;width:100%;height:100%;max-width:1000px" alt="{{slide.title}}">
+ <img src="{{slide.splash | relative_url}}" style="margin:auto;object-fit:contain;width:100%;height:100%;max-height:500px" alt="{{slide.title}}">
32
</div>
33
<div class="row align-self-center slide-div" style="margin:auto;height:100%;max-width:1000px" >
34
<h1><a href="{{slide.url | relative_url}}">{{slide.title}}</a></h1>
0 commit comments