From 08b5fe73845866b5e0398d8e4ec37bd62d27ae1c Mon Sep 17 00:00:00 2001 From: Ryan Sobol Date: Sun, 15 May 2016 08:50:06 -0700 Subject: [PATCH] Refactor to mostly pixels --- app.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app.css b/app.css index 128c976..5b97442 100644 --- a/app.css +++ b/app.css @@ -22,11 +22,11 @@ h2 { main { background: #e5e5e5; - border-radius: 3.5%; + border-radius: 15px; box-shadow: 0 0 20px #999; - margin: 2% auto 0; - padding: 2%; - width: 905px; + margin: 20px auto 0; + padding: 20px; + width: 894px; } .pixel { @@ -46,7 +46,7 @@ main { .current { border: 1px solid #999999; - border-radius: 5%; + border-radius: 3px; height: 35.5px; margin: 6px 0 0 12px; width: 100px;