Skip to content

Commit bf3adee

Browse files
committed
fix spaces
1 parent 7c85b6f commit bf3adee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

front/src/styles/modules.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,4 @@
203203
.author-info-group {
204204
padding-left: $space-normal;
205205
}
206-
}
206+
}

inc/partials/entry/entry-author.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@
4242
echo '<div class="author-date">'. get_the_date( 'F d, Y' ); '</div>';
4343
echo '</div>';
4444
echo '</div>';
45-
echo '</div>';
45+
echo '</div>';

0 commit comments

Comments
 (0)