diff --git a/.github/get-milestone.sh b/.github/get-milestone.sh index 071d8dc..cab7715 100755 --- a/.github/get-milestone.sh +++ b/.github/get-milestone.sh @@ -4,7 +4,9 @@ JSON=`curl --silent "https://api.github.com/repos/${GITHUB_REPOSITORY}/milestone MILESTONE_NUMBER=`echo "$JSON" | grep '"number":' | sed -E 's/.*: ([^,]+).*/\1/'` MILESTONE_NAME=`echo "$JSON" | grep '"title":' | sed -E 's/.*: "([^"]+).*/\1/'` -echo "::set-env name=MILESTONE_NUMBER::${MILESTONE_NUMBER}" -echo "::set-env name=MILESTONE_NAME::${MILESTONE_NAME}" +cat >"${GITHUB_ENV}" < + ', '' ); ?> +
diff --git a/style.css b/style.css index fee067a..8e56e22 100644 --- a/style.css +++ b/style.css @@ -176,12 +176,6 @@ body { background-color: var( --color-secondary-text ); } -.cover-header .cover-header-inner-wrapper { - justify-content: center; - min-height: 400px; - max-height: 100vh; -} - .header-inner { padding: 0 4rem 0 0; width: initial; @@ -191,7 +185,7 @@ body { padding: 0; } -.home .cover-header .cover-header-inner-wrapper { +.cover-header .cover-header-inner-wrapper { min-height: 130px; height: 130px; } @@ -211,12 +205,10 @@ body { border: 0; } -.cover-header-inner { - padding: 15rem 0; -} - -.cover-header .entry-header .entry-title { +.post-inner .entry-title { + text-align: center; font-size: 2em; + padding-bottom: 5rem; } .to-the-content-wrapper { diff --git a/template-parts/header-cover.php b/template-parts/header-cover.php index 0285db9..835eb42 100644 --- a/template-parts/header-cover.php +++ b/template-parts/header-cover.php @@ -74,44 +74,6 @@ ', '' ); - - if ( is_page() ) { - ?> - -
- - - -
-
- -
- - - -
- -
- -