Skip to content

Commit

Permalink
gallery changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaykundu777 committed Feb 16, 2020
1 parent a95093f commit 505fd5d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
4 changes: 1 addition & 3 deletions _includes/gallery-layout.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<!-- Single Gallery -->
<div class="row">
<div class="col-lg-10 offset-md-2">
<div class="col-lg-12">
<div id="imageGallery{% if include.id_number %}-{{ include.id_number }}{% endif %}">
<div id="gallery-sizer{% if include.id_number %}-{{ include.id_number }}{% endif %}"></div>
{% for picture in include.gallery.pictures %}
Expand All @@ -12,7 +11,6 @@
{% endfor %}
</div>
</div>
</div>
<script type="text/javascript">
$(document).ready(function() {
$("#imageGallery").lightGallery({
Expand Down
17 changes: 14 additions & 3 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@ html[data-theme="light"] {
padding: 0;
}

// *+* {
// margin-top: 1.5em;
// }
/* Progress bar */
.my-class .bar {
background: #f69801;
}
Expand Down Expand Up @@ -181,6 +179,19 @@ header {
margin-top: -20px;
}

/* Gallery */
/* image-gallery */
#imageGallery{
margin-top: 30px;
margin-bottom: 30px;
}

.lg-progress-bar .lg-progress {
background-color: #db980f !important;
height: 4px;
width: 0;
}

@media (min-width: 768px) {
.offset-md-1 {
margin-left: 3.333333% !important;
Expand Down

0 comments on commit 505fd5d

Please sign in to comment.