diff --git a/_config.yml b/_config.yml index 670d32cb..61c423b8 100644 --- a/_config.yml +++ b/_config.yml @@ -75,14 +75,11 @@ repository: mattbischoff/website header: title: mb subtitle: mb bischoff makes apps, - words, & sounds. This is under construction.

- - - follow rss - subscribe + words, & sounds. This is under construction.

rss + subscribe + @mb + @matthewbischoff + navigation_links: - title: Home url: "/" diff --git a/_sass/base/_typography.scss b/_sass/base/_typography.scss index 7b0d81ec..9c689f15 100644 --- a/_sass/base/_typography.scss +++ b/_sass/base/_typography.scss @@ -280,17 +280,18 @@ button, .button { hanging-punctuation: none; height: 1lh; - display: inline-flex; - justify-content: center; + display: inline-block; align-items: center; + justify-content: center; - svg { + svg, + i { display: inline-flex; - width: auto; - height: 0.8lh; + width: 1em; margin-inline-end: 0.3em; } + // -webkit-appearance: none; -moz-appearance: none; text-decoration: none;