1
0
mirror of https://github.com/danbee/danbarber.me.hugo.git synced 2025-03-04 08:59:18 +00:00

Compare commits

..

No commits in common. "c8c01f8f378bd864ef01a50e9ae7dda65ca5829f" and "3550ce132ca558554c61faeac356941a98c6c588" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ $_color_4_dark: desaturate($_color_4, $_desaturate_amount);
.logo__wrapper {
width: 7rem;
line-height: 0;
margin-bottom: 2em;
margin-bottom: 1em;
}
.logo__color_1 { fill: $_color_1; transition: fill 200ms ease; }

View File

@ -1,5 +1,5 @@
.site-footer {
margin: 4rem 0 5rem;
margin: 4rem 0 2rem;
padding: 0 $pad-min;
text-align: center;
}

View File

@ -4,7 +4,7 @@
"version": "https://jsonfeed.org/version/1",
"title": "{{ .Site.Title }}",
"home_page_url": "{{ .Site.BaseURL }}",
"feed_url": "{{ .Permalink }}",
"feed_url": "{{ .Permalink}}",
"items": [
{{ range $i, $e := first 20 .Pages }}