1
0

Change background style for improved legibility
All checks were successful
Build Jekyll weblog / build (push) Successful in 3s

This commit is contained in:
JackCarterSmith 2023-12-09 22:12:21 +01:00
parent 72b0f070e1
commit 0d5831563d
Signed by: JackCarterSmith
GPG Key ID: 832E52F4E23F8F24
4 changed files with 6 additions and 4 deletions

View File

@ -40,6 +40,6 @@ permalink: /404.html
</div> </div>
<hr> <hr>
<div id="page-footer"> <div id="page-footer">
<p id="footer-text">Copyright &copy;2023 <a href="{{ "/about/" | prepend: site.baseurl }}">JackCarterSmith</a></p> <p id="footer-text">Copyright &copy;2024 <a href="{{ "/about/" | prepend: site.baseurl }}">JackCarterSmith</a></p>
</div> </div>
</body> </body>

View File

@ -77,7 +77,7 @@
<div class="footer-col footer-col-2"> <div class="footer-col footer-col-2">
<p>{{ site.description }}</p> <p>{{ site.description }}</p>
<br /> <br />
<p>Copyright &copy;2023 JackCarterSmith</p> <p>Copyright &copy;2024 JackCarterSmith</p>
</div> </div>
</div> </div>
</div> </div>

View File

@ -31,8 +31,10 @@ $site-base-font-weight: lighter;
// Site background image and image sampling rules. // Site background image and image sampling rules.
// //
@mixin my-site-background { @mixin my-site-background {
background: url("../static/images/site-bg.png") repeat-y left top; //background: url("../static/images/site-bg.png") repeat-y left top;
background-size: 100% 100%; background: url("../static/images/site-bg.png") left top;
//background-size: 100% 100%;
background-size: auto auto;
} }
// //

Binary file not shown.

Before

Width:  |  Height:  |  Size: 817 B

After

Width:  |  Height:  |  Size: 14 KiB