summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-12-09 02:21:45 +0200
committerYuval Adam <yuval@y3xz.com>2015-12-09 02:21:45 +0200
commit49d8fede173dc8504830f44c6a0c8fc87a2b17b5 (patch)
treec539c4f44cf30e8bdf2c402828d0c240e4bcb368
parent550e33881911bded4c0dd9a130e0717a97e6b75e (diff)
Initial octet styles
-rw-r--r--style.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/style.scss b/style.scss
index 446f24c..d9a22f2 100644
--- a/style.scss
+++ b/style.scss
@@ -10,8 +10,10 @@ body {
}
form {
+ text-align: center;
input {
width: 3em;
+ font-size: 2.7em;
text-align: center;
border: 0px;
background: transparent;
@@ -22,6 +24,12 @@ body {
display: inline;
li {
display: inline;
+ ol {
+ li {
+ padding: 0.4em 0.6em;
+ border: 1px black solid;
+ }
+ }
}
}