Skip to content

Commit

Permalink
Fix tagline on thin screens
Browse files Browse the repository at this point in the history
  • Loading branch information
mon committed Jul 2, 2022
1 parent f328014 commit dfe04d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
font-style: normal;
}

.tagline {
font-family: monospace;
}

.icons, .subsection {
display: grid;
grid-template-columns: repeat(auto-fit, 180px);
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ <h1>Pick a game!</h1>
<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>

0 comments on commit dfe04d4

Please sign in to comment.