mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 07:58:02 +00:00
Fix block size of the link
This commit is contained in:
parent
841fdea586
commit
246c902f0e
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: home
|
layout: home
|
||||||
---
|
---
|
||||||
<a href="{{ site.home_link }}">
|
<a href="{{ site.home_link }}" style="display: block; margin: 0 auto; width: 100px;">
|
||||||
<img src="{{ 'assets/main/personal-logo.svg' | relative_url }}" style="display: block; margin: 0 auto; width: 100px;">
|
<img src="{{ 'assets/main/personal-logo.svg' | relative_url }}">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user