mirror of
https://github.com/monero-project/monero-site.git
synced 2025-02-22 01:30:22 +02:00
downloads: fill width of buttons on menu bar
This commit is contained in:
parent
63106d6077
commit
331954ad75
@ -193,6 +193,7 @@ downloads:
|
|||||||
blockchain3: Importing the Monero blockchain
|
blockchain3: Importing the Monero blockchain
|
||||||
blockchain4: for step-by-step instructions for Windows.
|
blockchain4: for step-by-step instructions for Windows.
|
||||||
blockchainbutton: Download Blockchain
|
blockchainbutton: Download Blockchain
|
||||||
|
mobilelight0: Mobile & Light
|
||||||
mobilelight: Mobile & Light Wallets
|
mobilelight: Mobile & Light Wallets
|
||||||
hardware: Hardware 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.
|
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;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.downloads .col {
|
||||||
|
width: 20%;
|
||||||
|
}
|
||||||
|
|
||||||
.downloads img.screen {
|
.downloads img.screen {
|
||||||
margin: 1rem auto;
|
margin: 1rem auto;
|
||||||
}
|
}
|
||||||
@ -3182,6 +3186,7 @@ footer {
|
|||||||
display: flex;
|
display: flex;
|
||||||
padding: 1rem 2rem;
|
padding: 1rem 2rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
justify-content: center;
|
||||||
-webkit-transition: all ease-out .2s;
|
-webkit-transition: all ease-out .2s;
|
||||||
-moz-transition: all ease-out .2s;
|
-moz-transition: all ease-out .2s;
|
||||||
-o-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="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="#gui">{% t downloads.gui %}</a></div>
|
||||||
<div class="col"><a href="#cli">{% t downloads.cli %}</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="#blockchain">{% t downloads.blockchain %}</a></div>
|
||||||
<div class="col"><a href="#hardware">{% t downloads.hardware %}</a></div>
|
<div class="col"><a href="#hardware">{% t downloads.hardware %}</a></div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user