From 799eb4728065f2c25108dcdc4960dc2b66effc9a Mon Sep 17 00:00:00 2001 From: mathias Date: Mon, 16 Feb 2015 22:29:31 +0200 Subject: [PATCH] Editing index.html --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index f085c20..1a41b56 100644 --- a/index.html +++ b/index.html @@ -155,14 +155,14 @@ h1 { #circle { display: inline-block; - width: 30px; - height: 30px; - line-height: 30px; + width: 35px; + height: 35px; + line-height: 35px; border: 1px solid #fff; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; - font-size: 15px; + font-size: 17px; color: #fff; background: none; -webkit-transition: background .3s ease-in-out;