Commit 63e0f7a6 authored by Pietro Saccardi's avatar Pietro Saccardi
Browse files

Removing .img-fluid as it's included as a mixin already in bootstrap classes

parent 76616e16
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@
                <div id="pictures" class="text-center row no-gutters px-md-4">
                  {% for image in this.attachments.images %}
                    <div class="col-6 p-1">
                      <img src="{{ image.thumbnail(350*1.6, height=350, crop=True)|url }}" class="img-fluid rounded img-thumbnail">
                      <img src="{{ image.thumbnail(350*1.6, height=350, crop=True)|url }}" class="rounded img-thumbnail">
                    </div>
                  {% endfor %}
                </div>
+0 −4
Original line number Diff line number Diff line
@@ -158,10 +158,6 @@ html, body {
  }
}

img.img-fluid {
  height: 100% !important;
}

.img-thumbnail {
  // Fix for dark bg by default
  background-color: $white;