diff --git a/assets/css/main.css b/assets/css/main.css index dbba33c..653f5ab 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -27,6 +27,10 @@ a { min-height: 100%; } +strong { + font-weight: 700; +} + /* Constants */ #header, #footer, #tagline { @@ -47,7 +51,6 @@ a { #header .column { display: inline-block; float: left; - padding: 20px; } #header .column h1 { @@ -85,7 +88,7 @@ a { /* Footer */ #footer { - font-size: 14px; + font-size: 16px; text-transform: uppercase; background: #EBEBEB; color: #3B3738; @@ -94,6 +97,15 @@ a { margin-top: 15px; } +#footer a { + font-weight: 700; + border-bottom: none !important; +} + +#footer a:hover { + border-bottom: 1px dashed #000 !important; +} + /* Tagline */ #tagline-text { padding-top: 20px; @@ -260,16 +272,19 @@ h3 { /* Mojang Status */ .mojang-status { - width: 60px; - height: 60px; + width: 85px; + height: 106px; display: inline-block; - border-radius: 2px; text-align: center; line-height: 20px; - font-size: 12px; + font-size: 14px; +} + +.mojang-status > strong { + text-transform: uppercase; } .mojang-status > i { - margin-top: 8px; + margin-top: 20px; font-size: 22px; } diff --git a/assets/html/index.html b/assets/html/index.html index 2323412..615bed1 100644 --- a/assets/html/index.html +++ b/assets/html/index.html @@ -23,7 +23,7 @@