Editing index.html

This commit is contained in:
mathias 2015-02-16 22:29:31 +02:00
parent 91dbd3b159
commit 799eb47280

View file

@ -155,14 +155,14 @@ h1 {
#circle { #circle {
display: inline-block; display: inline-block;
width: 30px; width: 35px;
height: 30px; height: 35px;
line-height: 30px; line-height: 35px;
border: 1px solid #fff; border: 1px solid #fff;
border-radius: 50%; border-radius: 50%;
-webkit-border-radius: 50%; -webkit-border-radius: 50%;
-moz-border-radius: 50%; -moz-border-radius: 50%;
font-size: 15px; font-size: 17px;
color: #fff; color: #fff;
background: none; background: none;
-webkit-transition: background .3s ease-in-out; -webkit-transition: background .3s ease-in-out;