Merge pull request #1764

Downloads: fill width of buttons on menu bar
This commit is contained in:
luigi1111 2021-08-07 11:00:35 -04:00 committed by GitHub
commit 869c7b1ead
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 1 deletions

View file

@ -194,6 +194,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: An open-source graphical user interface (GUI) wallet developed by the Monero community, completely free to use, suitable for both beginners and advanced users.

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>