diff --git a/profile-card.svg b/profile-card.svg index 6ec9076..d1adf36 100644 --- a/profile-card.svg +++ b/profile-card.svg @@ -24,7 +24,7 @@ /* Relative to the current size of the readme */ font-size: 1.5em; - font-family: Helvetica; + font-family: Arial; color: var(--text-color); } @@ -71,6 +71,7 @@ margin: 0 .5em; color: var(--text-color-negative); text-wrap: nowrap; + line-height: 200%; } .emoji { @@ -78,11 +79,9 @@ margin: 0 .5em 0 0; height: 2em; width: 2em; - line-height: 2em; background-color: rgba(var(--shadow),0.8); border-radius: 50%; - text-align: center; - padding-top: .125em; + text-align: center } ul { @@ -101,7 +100,7 @@ li{ margin: 0 .25rem; - padding: .25rem .5em .125rem .5em; + padding: .25rem .5em; border-radius: var(--border-radius-mild); color: var(--text-color-negative); text-wrap: nowrap; @@ -126,7 +125,6 @@ } .category-container *{ - vertical-align: middle; } .category-container:last-of-type{