mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +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 {
|
#navigation span {
|
||||||
display: table-row;
|
display: table-row;
|
||||||
}
|
}
|
||||||
#navigation a.logo {
|
|
||||||
font-size: 3.250em;
|
|
||||||
padding: 0.250em;
|
|
||||||
}
|
|
||||||
#navigation a {
|
#navigation a {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
fill: #eee;
|
fill: #eee;
|
||||||
font-size: 1.875em;
|
padding: 0.500em;
|
||||||
padding: 0.875em;
|
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
#navigation a:hover,
|
#navigation a:hover,
|
||||||
|
|
|
@ -21,21 +21,21 @@
|
||||||
<div id="navigation">
|
<div id="navigation">
|
||||||
<span>
|
<span>
|
||||||
<a href="#home" title="Home">
|
<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 %}" />
|
<path d="{% include _icons/kaboom %}" />
|
||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
<span>
|
<span>
|
||||||
<a href="#play" title="Play">
|
<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 %}" />
|
<path d="{% include _icons/play %}" />
|
||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
<span>
|
<span>
|
||||||
<a href="#downloads" title="Downloads">
|
<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 %}" />
|
<path d="{% include _icons/downloads %}" />
|
||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue