diff --git a/index.html b/index.html index affd138..6e505a2 100644 --- a/index.html +++ b/index.html @@ -180,7 +180,7 @@ h1 { border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; - font-size: 14px; + font-size: 18px; color: #fff; background: none; -webkit-transition: background .3s ease-in-out; @@ -200,6 +200,11 @@ h1 { background: rgba(255,255,255,.1); } +#circle span:before { + font-family: 'icon'; + content: '\f103' +} + #about { width: 100%; height: 100%; @@ -288,7 +293,7 @@ font-size:18px; margin:25px 0 0 0; } #circle{ -font-size:21px; +font-size:25px; width:50px; height:50px; line-height:50px; @@ -310,7 +315,7 @@ margin-bottom:30px;
Minecraft.ga