pidgin/nest

Parents 28a6b9b7329e
Children d56bdcc8fd65
Make the donate button and the language selector fill the width of the menu
--- a/hugo/layouts/shortcodes/download-now.html Wed Apr 17 02:22:11 2019 +0000
+++ b/hugo/layouts/shortcodes/download-now.html Sat May 04 06:32:26 2019 -0500
@@ -1,7 +1,7 @@
<div class="download-now">
<a class="download-btn" href="/drafts/download">
<span style="vertical-align: middle;">
- <i class="fas fa-download dl-icon"></i> {{ T "Download" }}
+ <i class="fas fa-download dl-icon"></i> {{ T "Download" }} {{ .Site.Data.versions.source }}
</span>
</a>
<b>Platforms:</b>
--- a/hugo/static/css/custom.css Wed Apr 17 02:22:11 2019 +0000
+++ b/hugo/static/css/custom.css Sat May 04 06:32:26 2019 -0500
@@ -14,13 +14,17 @@
display: inline-block;
}
+.select-style {
+ width: 100%;
+}
+
.donate-button {
display: inline-block;
border-radius: 25px;
color: rgb(0, 0, 0) !important;
background: #fff;
- padding: 10px;
- width: 200px;
+ padding: 10px;
+ width: 100%;
text-align: center;
font-weight: bolder;
font-size: 20px;