Skip to content

Commit dd39b72

Browse files
committed
match styles, whoops
1 parent 0b1dbd2 commit dd39b72

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ <h1>Links</h1>
281281
style="max-width:none;width: 88px;height:auto"
282282
>
283283
</a>
284-
<a href="https://pixilic.com/?ref=clicky" style="display:inline-block">
284+
<a href="https://pixilic.com/?ref=clicky" style="display:inline-block; margin-right: 8px;">
285285
<img
286286
src="hunter.png"
287287
alt="Hunter"
@@ -290,7 +290,7 @@ <h1>Links</h1>
290290
style="max-width:none;height:auto"
291291
>
292292
</a>
293-
<a href="https://crump.space/" style="display:inline-block">
293+
<a href="https://crump.space/" style="display:inline-block; margin-right: 8px;">
294294
<img
295295
src="crumpspace.gif"
296296
alt="crumpspace"

themes/hugo-theme-console/layouts/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h1>Links</h1>
4040
style="max-width:none;width: 88px;height:auto"
4141
>
4242
</a>
43-
<a href="https://pixilic.com/?ref=clicky" style="display:inline-block">
43+
<a href="https://pixilic.com/?ref=clicky" style="display:inline-block; margin-right: 8px;">
4444
<img
4545
src="hunter.png"
4646
alt="Hunter"
@@ -49,7 +49,7 @@ <h1>Links</h1>
4949
style="max-width:none;height:auto"
5050
>
5151
</a>
52-
<a href="https://crump.space/" style="display:inline-block">
52+
<a href="https://crump.space/" style="display:inline-block; margin-right: 8px;">
5353
<img
5454
src="crumpspace.gif"
5555
alt="crumpspace"

0 commit comments

Comments
 (0)