mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
Cleanups
This commit is contained in:
parent
0a51aae5af
commit
6ec55dec89
2 changed files with 4 additions and 9 deletions
|
@ -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,
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue