From ec4d855f9abec79fe123f99c3934b75b6bcc3adc Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Fri, 6 Mar 2015 13:52:49 +0000 Subject: [PATCH] Make the cards a bit more presentable --- public/style.css | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/public/style.css b/public/style.css index 08d1ec7..a6439e8 100644 --- a/public/style.css +++ b/public/style.css @@ -13,6 +13,7 @@ body { background: #F1F1F1; color: black; font-family: 'Ubuntu', sans-serif, Helvetica, Arial; + font-size: 1.3rem; } .wrapper { @@ -53,10 +54,6 @@ a, a:visited, .footer a, .footer a:visited { text-decoration: none; } -p, a { - font-size: 1.2em; -} - @font-face { font-family: 'icons'; src:url('fonts/icons.woff') format('woff'), @@ -130,26 +127,31 @@ h1 a:hover { background: white; padding: 15px; margin-top: 15px; + border: 1px solid #D8D8D8; + box-shadow: 0 0 3px 0 #CCC; } -h2 { +/*h2 { color: black; margin-bottom: -8px; -} +}*/ -.right { +/*.right { width: 60%; float: right; -} +}*/ -.radio { +/* Forms */ + + +/*.radio { margin-right: 10%; } input[type="radio"] { margin-right: 1%; } - +*/ .bookmarklet:before { font-family: 'icons'; content: "\e600"; @@ -158,7 +160,6 @@ input[type="radio"] { /* reCAPTCHA */ .recaptcha-container { - font-size: 1.2em; overflow: hidden; } @@ -229,14 +230,10 @@ svg#url-qr-code { .footer p { /*padding: 2%;*/ /*margin: 0 auto;*/ - font-size: 1.1em; + font-size: 1.2rem; margin: 0; } -.footer a { - font-size: 1.1em; -} - .footer a:hover { text-decoration: none; border-bottom: dashed 1px #013F6D;