diff --git a/_layouts/default.html b/_layouts/default.html index 812a9e6..b566f9b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -11,9 +11,9 @@ - + {% include links.html %}
- {% include links.html %} +

{{ site.title | default: site.github.repository_name }}

@@ -35,7 +35,8 @@

{{ site.description | default: site.github.project_tagline }}

{{ content }} - {% include footer.html %} +
+ {% include footer.html %} diff --git a/_sass/jekyll-theme-hacker.scss b/_sass/jekyll-theme-hacker.scss index 86e90e7..f50f911 100644 --- a/_sass/jekyll-theme-hacker.scss +++ b/_sass/jekyll-theme-hacker.scss @@ -275,7 +275,7 @@ color: #fff; #heading { flex-wrap: wrap; - width:50vw; + width:100vw; text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #0ff, 0 0 80px #0ff, 0 0 90px #0ff, 0 0 100px #0ff, 0 0 150px #0ff; position:fixed; @@ -298,7 +298,7 @@ grid-template-rows: auto auto auto; color:white; padding:5px; position:fixed; - width:50vw; + width:100vw; text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #0ff, 0 0 80px #0ff, 0 0 90px #0ff, 0 0 100px #0ff, 0 0 150px #0ff; }