Made the icon on the about section use the SVG and scaled so it'll adapt to the display
This commit is contained in:
parent
8e0e8f6f89
commit
b308d9227a
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@
|
|||
<h4 style="text-align:center;" data-l10n-id="about_menu">About</h4>
|
||||
<ul class="list inset">
|
||||
<li>
|
||||
<div style="width: 60px; margin: 0 auto;">
|
||||
<img src="img/icons/icon60x60.png" style="width: 60px; margin: auto;"/>
|
||||
<div style="width: 30%; margin: 0 auto;">
|
||||
<img src="img/icons/icon.svg" style="width: 100%; margin: auto;"/>
|
||||
</div>
|
||||
<a href="https://github.com/resetreboot/todolist" style="margin: 0 auto;" data-l10n-id="visit_repo">Visit the source code</a>
|
||||
<p data-l10n-id="about_text_1">
|
||||
|
|
Loading…
Reference in a new issue