This commit is contained in:
mathias 2017-02-12 19:12:09 +02:00
parent 0a51aae5af
commit 6ec55dec89
2 changed files with 4 additions and 9 deletions

View file

@ -90,15 +90,10 @@ a:focus {
#navigation span {
display: table-row;
}
#navigation a.logo {
font-size: 3.250em;
padding: 0.250em;
}
#navigation a {
display: table-cell;
fill: #eee;
font-size: 1.875em;
padding: 0.875em;
padding: 0.500em;
vertical-align: middle;
}
#navigation a:hover,

View file

@ -21,21 +21,21 @@
<div id="navigation">
<span>
<a href="#home" title="Home">
<svg aria-hidden="true" height="1.125em" viewBox="0 0 24 24" width="1.125em">
<svg aria-hidden="true" height="1.500em" viewBox="0 0 24 24" width="1.500em">
<path d="{% include _icons/kaboom %}" />
</svg>
</a>
</span>
<span>
<a href="#play" title="Play">
<svg aria-hidden="true" height="1.125em" viewBox="0 0 24 24" width="1.125em">
<svg aria-hidden="true" height="1.063em" viewBox="0 0 24 24" width="1.063em">
<path d="{% include _icons/play %}" />
</svg>
</a>
</span>
<span>
<a href="#downloads" title="Downloads">
<svg aria-hidden="true" height="1.125em" viewBox="0 0 24 24" width="1.125em">
<svg aria-hidden="true" height="1.063em" viewBox="0 0 24 24" width="1.063em">
<path d="{% include _icons/downloads %}" />
</svg>
</a>