mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 00:07:54 +00:00
downloads: fill width of buttons on menu bar
This commit is contained in:
parent
63106d6077
commit
331954ad75
3 changed files with 7 additions and 1 deletions
|
@ -193,6 +193,7 @@ downloads:
|
|||
blockchain3: Importing the Monero blockchain
|
||||
blockchain4: for step-by-step instructions for Windows.
|
||||
blockchainbutton: Download Blockchain
|
||||
mobilelight0: Mobile & Light
|
||||
mobilelight: Mobile & Light Wallets
|
||||
hardware: Hardware Wallets
|
||||
gui_intro: The GUI wallet provides a nice user interface, adaptable to all kinds of users, but it is especially recommended for less technical people who want to quickly send and receive XMR.
|
||||
|
|
|
@ -3138,6 +3138,10 @@ footer {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.downloads .col {
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
.downloads img.screen {
|
||||
margin: 1rem auto;
|
||||
}
|
||||
|
@ -3182,6 +3186,7 @@ footer {
|
|||
display: flex;
|
||||
padding: 1rem 2rem;
|
||||
font-weight: bold;
|
||||
justify-content: center;
|
||||
-webkit-transition: all ease-out .2s;
|
||||
-moz-transition: all ease-out .2s;
|
||||
-o-transition: all ease-out .2s;
|
||||
|
|
|
@ -14,7 +14,7 @@ permalink: /downloads/index.html
|
|||
<div class="info-block download-nav row middle-xs between-xs" id="selections">
|
||||
<div class="col"><a href="#gui">{% t downloads.gui %}</a></div>
|
||||
<div class="col"><a href="#cli">{% t downloads.cli %}</a></div>
|
||||
<div class="col"><a href="#mobilelight">{% t downloads.mobilelight %}</a></div>
|
||||
<div class="col"><a href="#mobilelight">{% t downloads.mobilelight0 %}</a></div>
|
||||
<div class="col"><a href="#blockchain">{% t downloads.blockchain %}</a></div>
|
||||
<div class="col"><a href="#hardware">{% t downloads.hardware %}</a></div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue