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
+4
View File
@@ -9,6 +9,10 @@
font-style: normal; font-style: normal;
} }
.tagline {
font-family: monospace;
}
.icons, .subsection { .icons, .subsection {
display: grid; display: grid;
grid-template-columns: repeat(auto-fit, 180px); grid-template-columns: repeat(auto-fit, 180px);
+2 -2
View File
@@ -395,7 +395,7 @@
<div>Taiko no Tatsujin</div> <div>Taiko no Tatsujin</div>
</a> </a>
</div> </div>
<pre class="tagline">Patches are community created. <a href="https://github.com/mon/BemaniPatcher/">Submit your own via Pull Request!</a></pre> <div class="tagline">Patches are community created. <a href="https://github.com/mon/BemaniPatcher/">Submit your own via Pull Request!</a></div>
<pre class="tagline"><em>Converted to a web-tool by <a href="https://github.com/mon/">mon</a></em></pre> <div class="tagline"><em>Converted to a web-tool by <a href="https://github.com/mon/">mon</a></em></div>
</body> </body>
</html> </html>