mirror of
https://github.com/two-torial/webpatcher.git
synced 2024-11-14 19:07:37 +01:00
Fix tagline on thin screens
This commit is contained in:
parent
f328014be7
commit
dfe04d4aec
@ -9,6 +9,10 @@
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.tagline {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.icons, .subsection {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, 180px);
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user