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

Compare commits

...

3 Commits

Author SHA1 Message Date
c8c01f8f37 Footer needs a little more space at the bottom 2019-11-10 22:37:48 -05:00
42d7a0bd35 Little more space below the logo 2019-11-10 22:34:26 -05:00
96f8d34cc1 💄 2019-11-10 22:34:25 -05:00
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: 1em;
margin-bottom: 2em;
}
.logo__color_1 { fill: $_color_1; transition: fill 200ms ease; }

View File

@ -1,5 +1,5 @@
.site-footer {
margin: 4rem 0 2rem;
margin: 4rem 0 5rem;
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 }}