summaryrefslogtreecommitdiff
path: root/style/style.less
diff options
context:
space:
mode:
Diffstat (limited to 'style/style.less')
-rw-r--r--style/style.less10
1 files changed, 7 insertions, 3 deletions
diff --git a/style/style.less b/style/style.less
index 7ee3edb..9b8d9ae 100644
--- a/style/style.less
+++ b/style/style.less
@@ -107,16 +107,20 @@ section.masthead {
}
}
-.nav a.button:first-child {
+.nav a.button {
+ display: block;
+ width: 14em;
+ margin: 1em auto;
+}
+
+.nav a.button[name="btn_download"] {
background-color: @color-main;
font-weight: bold;
color: white;
- width: 14em;
}
main a.button {
text-align: center;
- display: inline-block;
width: 4em;
padding: 0.5em 2em;
margin: 1em;