From b6e6c9d5c5bd2f586cf49d3cf18fae57191fb10a Mon Sep 17 00:00:00 2001 From: ricoThaka <134652418+ricoThaka@users.noreply.github.com> Date: Fri, 19 Apr 2024 14:54:05 -0700 Subject: [PATCH] {% include links.html %} --- _layouts/default.html | 7 ++++--- _sass/jekyll-theme-hacker.scss | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) 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; }