Skip to content

Commit abf7537

Browse files
authored
footer space style fix (#2017)
Resolves #1994
2 parents fdce923 + 357c5b7 commit abf7537

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const currentYear = new Date().getFullYear();
1919
<p class='fs-xs lh-loose mt-0.5 mb-2 mx-2'>
2020
Website, name & logo &copy; 2017-{currentYear}
2121
<a
22-
class='inline-block'
22+
class='inline-block ml-1'
2323
href={settings.githubOrgUrl}
2424
rel='noopener noreferrer nofollow'
2525
target='_blank'>{settings.orgName}</a

0 commit comments

Comments
 (0)