mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 09:39:25 +01:00
fix the height of badge
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
4c7af20287
commit
11cc205ec6
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ For more information, please refer to <http://unlicense.org/>
|
||||||
in html :
|
in html :
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<a href="https://ari.lt/"> <img src="https://ari.lt/badge.png" loading="lazy" alt="ari-web badge" /> </a>
|
<a href="https://ari.lt/"> <img src="https://ari.lt/badge.png" loading="lazy" alt="ari-web badge" height="31px" width="88px" /> </a>
|
||||||
```
|
```
|
||||||
|
|
||||||
in markdown :
|
in markdown :
|
||||||
|
|
Loading…
Add table
Reference in a new issue