Skip to content

Commit

Permalink
html: add description meta tag and fix small text on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
armsnyder committed Nov 22, 2020
1 parent 737c6c6 commit 7e4a774
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<title>othelgo</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A command-line Othello game with online singleplayer and multiplayer.">
<style>
:root {
--bg-color: #170f2b;
Expand Down Expand Up @@ -33,7 +34,7 @@
}

@media (max-width: 380px) {
body {
.banner {
font-size: x-small;
}
}
Expand Down

0 comments on commit 7e4a774

Please sign in to comment.