summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-12-09 02:10:09 +0200
committerYuval Adam <yuval@y3xz.com>2015-12-09 02:10:09 +0200
commit0409569a870a888dfff0b07c59d391b0e77c3a05 (patch)
tree1fdc10d82a51cda750603112d204364493b16e50 /style.scss
parent4b817a5fc34162fb76914d6da5f8a4bb4deeb7de (diff)
Some style cleanup
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss22
1 files changed, 22 insertions, 0 deletions
diff --git a/style.scss b/style.scss
index 9896856..446f24c 100644
--- a/style.scss
+++ b/style.scss
@@ -1,12 +1,34 @@
@import 'bourbon';
body {
+
background: #eee;
font-family: $lucida-grande;
+
+ header {
+ margin-bottom: 30px;
+ }
+
+ form {
+ input {
+ width: 3em;
+ text-align: center;
+ border: 0px;
+ background: transparent;
+ }
+ }
+
ol {
display: inline;
li {
display: inline;
}
}
+
+ footer {
+ margin-top: 50px;
+ text-align: center;
+ font-size: 0.7em;
+ }
+
}