downloads: fill width of buttons on menu bar

This commit is contained in:
rating89us 2021-08-05 22:59:29 +02:00 committed by rating89us
parent 63106d6077
commit 331954ad75
3 changed files with 7 additions and 1 deletions

View file

@ -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.

View file

@ -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;

View file

@ -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>