From 214042f6c4a5d2e5d912687c3c8eda46e6715c7e Mon Sep 17 00:00:00 2001 From: James McCreight Date: Tue, 14 Nov 2023 19:27:15 -0700 Subject: [PATCH] mend --- README.md | 2 -- _config.yml | 2 +- _sass/jekyll-theme-minimal.scss | 6 +++--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 733f7955..4134871b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ --- -title: "" -slug: pywatershed --- # [Pending: Version 1.0.0 Release](https://ec-usgs.github.io/pywatershed/2023/11/14/foo) diff --git a/_config.yml b/_config.yml index b15c6815..d453dd9a 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,4 @@ -title: +title: "" logo: /assets/img/logo.png show_downloads: true theme: jekyll-theme-minimal diff --git a/_sass/jekyll-theme-minimal.scss b/_sass/jekyll-theme-minimal.scss index 08cdaedd..bdaa57b4 100644 --- a/_sass/jekyll-theme-minimal.scss +++ b/_sass/jekyll-theme-minimal.scss @@ -224,7 +224,7 @@ footer { } header { - padding-right:320px; + padding-right:32px; } section { @@ -245,7 +245,7 @@ footer { } } -@media print, screen and (max-width: 2500px) { +@media print, screen and (max-width: 250px) { body { word-wrap:break-word; } @@ -263,7 +263,7 @@ footer { } } -@media print, screen and (max-width: 2500px) { +@media print, screen and (max-width: 250px) { body { padding:15px; }