Fix tagline on thin screens

This commit is contained in:
Will Toohey 2022-07-02 11:06:09 +10:00
parent f328014be7
commit dfe04d4aec
2 changed files with 6 additions and 2 deletions

View File

@ -9,6 +9,10 @@
font-style: normal;
}
.tagline {
font-family: monospace;
}
.icons, .subsection {
display: grid;
grid-template-columns: repeat(auto-fit, 180px);

View File

@ -395,7 +395,7 @@
<div>Taiko no Tatsujin</div>
</a>
</div>
<pre class="tagline">Patches are community created. <a href="https://github.com/mon/BemaniPatcher/">Submit your own via Pull Request!</a></pre>
<pre class="tagline"><em>Converted to a web-tool by <a href="https://github.com/mon/">mon</a></em></pre>
<div class="tagline">Patches are community created. <a href="https://github.com/mon/BemaniPatcher/">Submit your own via Pull Request!</a></div>
<div class="tagline"><em>Converted to a web-tool by <a href="https://github.com/mon/">mon</a></em></div>
</body>
</html>