diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 4ba306b..5ac750c 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -1,4 +1,4 @@ - + {% for item in site.data.navigation %} {{ item.name }} {% endfor %} diff --git a/_sass/header.scss b/_sass/header.scss index f9f6156..6ab64dd 100644 --- a/_sass/header.scss +++ b/_sass/header.scss @@ -79,8 +79,11 @@ header p.professional-links a { padding-right: 20px; } + // To squish the text together a bit in the mobile view. + header p { + margin-block: 0.25em; + } - header .avatar { margin: auto; }