summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/style.css b/style.css
index f05343d..eb0e652 100644
--- a/style.css
+++ b/style.css
@@ -60,9 +60,21 @@ h1 {
60h2 { 60h2 {
61 font-size: 24pt; 61 font-size: 24pt;
62 font-weight: 300; 62 font-weight: 300;
63 line-height: 1.4em;
63 cursor: pointer; 64 cursor: pointer;
64} 65}
65 66
67.circle_num {
68 float: left;
69 width: 1.4em;
70 height: 1.4em;
71 line-height: 1.4em;
72 border-radius: 50%;
73 border: solid white 2px;
74 margin: 0 1em 0 0;
75 text-align: center;
76}
77
66.block-header, .juice { 78.block-header, .juice {
67 min-width: 480px; 79 min-width: 480px;
68 width: 50%; 80 width: 50%;
@@ -156,7 +168,7 @@ h2 {
156} 168}
157 169
158.footer { 170.footer {
159 box-shadow: 0px 0px 3px 3px rgba(50, 50, 50, 0.75); 171 /* box-shadow: 0px 0px 3px 3px rgba(50, 50, 50, 0.75); */
160} 172}
161 173
162.two-buttons, 174.two-buttons,