mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
Fix tagline on thin screens
This commit is contained in:
@@ -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
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user