Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/scss/components/_image-gallery.scss')
-rwxr-xr-xsrc/scss/components/_image-gallery.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scss/components/_image-gallery.scss b/src/scss/components/_image-gallery.scss
index 10a067a..c9afb59 100755
--- a/src/scss/components/_image-gallery.scss
+++ b/src/scss/components/_image-gallery.scss
@@ -63,7 +63,7 @@
padding-bottom: 40%;
margin-bottom: $image-gallery-photos-margin;
}
- // Resize seconde image minus space between 2 images
+ // Resize second image minus space between 2 images
&:nth-child(2) {
margin-right: $image-gallery-photos-margin;
// width: 50% minus the space between 2 images
@@ -75,4 +75,4 @@
}
}
}
-} \ No newline at end of file
+}