diff --git a/_includes/header.html b/_includes/header.html index 2067052..d332835 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,13 +1,7 @@ {%- assign page_paths = site.header_pages | default: default_paths -%}
diff --git a/_sass/base.scss b/_sass/base.scss index c022eff..26f0788 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -52,7 +52,7 @@ footer { font-size: 10px; margin-bottom: 20px; } * Header/Navigation */ .menu { border-top: var(--border); border-bottom: var(--border); font-size: 15px; font-weight: bold; margin-bottom: 25px; } -.menu ul { margin-top: 12px; margin-bottom: 12px; padding-left: 0px; list-style-type: none; text-align: right; } +.menu ul { margin-top: 12px; margin-bottom: 12px; padding-left: 0px; list-style-type: none; text-align: left; } .menu ul li { display: inline; margin-left: 10px; } .menu ul li a { text-decoration: none; color: var(--text-color); } .menu ul li a:hover { text-decoration: none; color: var(--background-color); background-color: var(--base-color); } diff --git a/blog/_posts/2022-08-30-more-changes.md b/blog/_posts/2022-08-30-more-changes.md new file mode 100644 index 0000000..5fb9744 --- /dev/null +++ b/blog/_posts/2022-08-30-more-changes.md @@ -0,0 +1,9 @@ +--- +title: More Changes +layout: post +date: 2022-08-30 01:09:24 +permalink: /blog/2022/AUG/30-more-changes.php +excerpt_separator: +--- + +I added the random tails back to the bottom of the page. I also redid the top menu bar. It's left aligned with the menu first; the polar opposite of the footer layout. diff --git a/tails.txt b/tails.txt new file mode 100644 index 0000000..adab9e4 --- /dev/null +++ b/tails.txt @@ -0,0 +1,2 @@ +These are placeholder tails. +You dummy.