corz.org uses cookies to remember that you've seen this notice explaining that corz.org uses cookies, okay!
<?php
echo <<<CSS
.tools {
position: fixed;
left: 1.2rem;
top: 1.2rem;
margin: 0;
font-size: 2.4rem;
}
@media screen and (max-width: 920px) {
@@menu-top@@
}
@@menu-shrink@@
CSS;
?>