mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-18 23:53:42 +02:00
add spacing to downloads page
This commit is contained in:
parent
3944150e62
commit
75ed47bc61
@ -29,9 +29,11 @@ Note: the SHA256 hashes are listed by the downloads for convenience, but a GPG-s
|
||||
<a href="{{ data_downloads.cli_url }}">
|
||||
<img src="//static.getmonero.org/images/platforms/{{ data_downloads.icon }}" style="height: 30px;"> {{ data_downloads.platform }}
|
||||
</a>
|
||||
<br><br>
|
||||
</h4>
|
||||
|
||||
<strong>Current Version:</strong> {{ data_downloads.version }} <em>{{ data_downloads.tag }}</em><br>
|
||||
<br>
|
||||
<hr>
|
||||
|
||||
</div>
|
||||
@ -44,10 +46,12 @@ Note: the SHA256 hashes are listed by the downloads for convenience, but a GPG-s
|
||||
<a href="//downloads.getmonero.org/cli/{{ data_downloads.cli_url }}">
|
||||
<img src="//static.getmonero.org/images/platforms/{{ data_downloads.icon }}" style="height: 30px;"> {{ data_downloads.platform }} (Command-line Tools Only)
|
||||
</a>
|
||||
<br><br>
|
||||
</h4>
|
||||
|
||||
<strong>Current Version:</strong> {{ data_downloads.version }} <em>{{ data_downloads.tag }}</em><br>
|
||||
<strong>SHA256 Hash:</strong> {{ data_downloads.cli_hash }}<br>
|
||||
<br>
|
||||
<hr>
|
||||
|
||||
</div>
|
||||
@ -60,10 +64,12 @@ Note: the SHA256 hashes are listed by the downloads for convenience, but a GPG-s
|
||||
<a href="//downloads.getmonero.org/gui/{{ data_downloads.gui_url }}">
|
||||
<img src="//static.getmonero.org/images/platforms/{{ data_downloads.icon }}" style="height: 30px;"> {{ data_downloads.platform }} (Beta 2)
|
||||
</a>
|
||||
<br><br>
|
||||
</h4>
|
||||
|
||||
<strong>Current Version:</strong> {{ data_downloads.version }} <em>{{ data_downloads.tag }}</em><br>
|
||||
<strong>SHA256 Hash:</strong> {{ data_downloads.gui_hash }}<br>
|
||||
<br>
|
||||
<hr>
|
||||
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user