Add pronouns
This commit is contained in:
parent
26de796dcd
commit
db08d9afb8
@ -4,7 +4,10 @@
|
|||||||
|
|
||||||
<div class="site-header-title">
|
<div class="site-header-title">
|
||||||
<a href="{{ site.baseurl }}/"><img class="site-avatar" src="{{ site.gravatar_url }}" alt="Photo of {{ site.title }}"></a>
|
<a href="{{ site.baseurl }}/"><img class="site-avatar" src="{{ site.gravatar_url }}" alt="Photo of {{ site.title }}"></a>
|
||||||
<a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a>
|
<div class="site-title">
|
||||||
|
<a class="name" href="{{ site.baseurl }}/">{{ site.title }}</a>
|
||||||
|
<a class="pronouns" href="https://pronoun.is/they/.../themself">pronoun.is/they/them</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<nav class="site-nav">
|
<nav class="site-nav">
|
||||||
|
|||||||
@ -27,8 +27,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.site-title {
|
.site-title {
|
||||||
|
display: flex;
|
||||||
|
flex-flow: column nowrap;
|
||||||
|
|
||||||
|
.name {
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
line-height: 56px;
|
line-height: 28px;
|
||||||
letter-spacing: -1px;
|
letter-spacing: -1px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
float: left;
|
float: left;
|
||||||
@ -42,6 +46,7 @@
|
|||||||
&:visited {
|
&:visited {
|
||||||
color: $grey-color-dark;
|
color: $grey-color-dark;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-nav {
|
.site-nav {
|
||||||
@ -107,8 +112,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Site footer
|
* Site footer
|
||||||
*/
|
*/
|
||||||
@ -177,8 +180,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Page content
|
* Page content
|
||||||
*/
|
*/
|
||||||
@ -220,8 +221,6 @@
|
|||||||
margin: $spacing-unit / 2 0;
|
margin: $spacing-unit / 2 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Posts
|
* Posts
|
||||||
*/
|
*/
|
||||||
@ -267,8 +266,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Projects
|
* Projects
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user