diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-12-09 02:10:09 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-12-09 02:10:09 +0200 |
| commit | 0409569a870a888dfff0b07c59d391b0e77c3a05 (patch) | |
| tree | 1fdc10d82a51cda750603112d204364493b16e50 /style.scss | |
| parent | 4b817a5fc34162fb76914d6da5f8a4bb4deeb7de (diff) | |
Some style cleanup
Diffstat (limited to 'style.scss')
| -rw-r--r-- | style.scss | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -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; + } + } |
