Seedlet: fix image template link spacing
@@ -27,7 +27,7 @@
.nav-links {
@include media(mobile) {
display: flex;
- justify-content: center;
+ justify-content: space-between;
.nav-next,
.nav-previous {
@@ -3333,7 +3333,7 @@ nav a {
@media only screen and (min-width: 482px) {
.navigation .nav-links {
}
.navigation .nav-links .nav-next,
.navigation .nav-links .nav-previous {
@@ -3354,7 +3354,7 @@ nav a {