diff --git a/_content/index.html b/_content/index.html index efb767e..22f4d25 100644 --- a/_content/index.html +++ b/_content/index.html @@ -28,4 +28,3 @@ permalink: /

The Jekyll source directory used to build this site is available here, although I can't see anyone getting much use out of it.

-

\ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 70304dd..927438a 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -19,18 +19,21 @@ {% comment %}{% include header.html %}{% endcomment %}
- - - A drawing of a rabbit with brown-tipped ears sniffing the air excitedly! +
diff --git a/assets/style.css b/assets/style.css index 57f5c43..97a8dd9 100644 --- a/assets/style.css +++ b/assets/style.css @@ -17,6 +17,7 @@ main article { background: white; min-height: 100%; overflow: auto; + font-size: 1.1em; } main article h1, @@ -26,7 +27,8 @@ main article h2 { header { /* sidebar */ - background: #6c4e7b; + /*background: #6c4e7b;*/ + background: #333; z-index: 1; } @@ -46,9 +48,9 @@ nav a:hover { background: #ffffff44; } -#bune { +#logo { object-fit: contain; display: block; width: min(100%, 150px); - margin: 30px auto 50px auto; + margin: 30px auto 80px auto; } \ No newline at end of file