explicit height and width for img
This commit is contained in:
parent
8f84fff4e4
commit
1e30532bc9
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
|||
</article>
|
||||
</section>
|
||||
<aside class="column" style="align-items: center; min-width: 25%; gap: 15px">
|
||||
<img src="/assets/palmoe.png" style="width: 50%; height: auto; border-radius: 10px" alt="palmoe.dk logo" />
|
||||
<img src="/assets/palmoe.png" width="100" height="100" style="width: 50%; height: auto; border-radius: 10px" alt="palmoe.dk logo" />
|
||||
<dl>
|
||||
<div class="row separate">
|
||||
<dt>Gitea</dt>
|
||||
|
|
Loading…
Reference in a new issue