Skip to content

Commit

Permalink
tweak toomanyrequests.html
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Oct 13, 2023
1 parent d53f2ff commit 308ed83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions public/oops/toomanyrequests.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Too many requests • lichess.org</title>
<style>
body {
max-width: 600px;
max-width: min(100%, 600px);
margin: auto;
background: #000;
text-align: center;
Expand All @@ -20,8 +20,9 @@
color: black;
border: #ebd488;
font-size: 2em;
display: block;
display: inline-block;
margin: 0.5em 0;
word-break: break-all;
}
</style>
</head>
Expand Down

0 comments on commit 308ed83

Please sign in to comment.