mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
fix navbar and improve spacing
This commit is contained in:
parent
c54950e08f
commit
ffa63ffe36
@ -1,4 +1,4 @@
|
||||
<nav aria-label="Site Map" class="site-map"></nav>
|
||||
<nav aria-label="Site Map" class="site-map">
|
||||
{% for item in site.data.navigation %}
|
||||
<a href="{{ item.link }}" {% if page.url == item.link %}class="current"{% endif %}>{{ item.name }}</a>
|
||||
{% endfor %}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user