diff --git a/footer.php b/footer.php index 9a5ef87..da1d47a 100644 --- a/footer.php +++ b/footer.php @@ -12,5 +12,6 @@

YOURLS. Design by Tom Slominski. Also used: Formalize and qTip². Find this theme on GitHub.', 'isq_translation') ?>

+ diff --git a/header.php b/header.php index 7537814..bf8c008 100644 --- a/header.php +++ b/header.php @@ -98,18 +98,22 @@ isq_load_textdomain(); - + + +
+ + +
-
-

- -
- -
+ +
diff --git a/public/style.css b/public/style.css index 2fca136..897abca 100644 --- a/public/style.css +++ b/public/style.css @@ -4,11 +4,20 @@ https://github.com/tomslominski/infinity-squared */ /* Structure */ +html { + font-size: 62.5%; + box-sizing: border-box; +} + body { background: #F1F1F1; color: black; font-family: 'Ubuntu', sans-serif, Helvetica, Arial; - font-size: 62.5%; +} + +.wrapper { + width: 60%; + margin: 0 auto; } #container { @@ -78,11 +87,11 @@ header { } h1 { - background: url(img/noise.png) #013F6D; + background-color: #013F6D; width: 100%; text-align: center; color: white; - font-size: 7em; + font-size: 7rem; border-top: 4px #000 solid; margin: 0 auto; }