about summary refs log tree commit diff
path: root/index.less
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@gmail.com>2018-03-22 15:48:29 -0400
committerZach DeCook <zachdecook@gmail.com>2018-03-22 16:02:24 -0400
commit8a694e1d23de574d51a1cbda9b2036502e573328 (patch)
tree1db76d64770a4ec6ae77c20a6be112d95975ce78 /index.less
parent498cd644fcc4201bfa08d5720e9a1292eac9a485 (diff)
downloadprosongsa-8a694e1d23de574d51a1cbda9b2036502e573328.tar.gz
- CSS: Add background, fix button style
Diffstat (limited to 'index.less')
-rw-r--r--index.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.less b/index.less
index ac79cda..e1baf4a 100644
--- a/index.less
+++ b/index.less
@@ -76,7 +76,7 @@ pre {
 }
 
 .btn-Z(@color: #999){
-	margin-top: 1em;
+	margin: .5em 0;
 	color: white;
 	background-color: @color;
 	border-color: @color - #222;