diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-09-28 12:48:46 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-09-28 16:04:22 -0400 |
commit | 4e0fe1d5fb53bdd2e6c1c061127bca4053dec922 (patch) | |
tree | 95e741dde10a71e6c3b76033f06c1bf3d545e16e /ext/bg/legal.html | |
parent | 9217b5c79b56d77136653c613815b2447cebed9d (diff) |
Limit width of the HTML pages
Diffstat (limited to 'ext/bg/legal.html')
-rw-r--r-- | ext/bg/legal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/legal.html b/ext/bg/legal.html index 28c7fb21..9750d1d6 100644 --- a/ext/bg/legal.html +++ b/ext/bg/legal.html @@ -8,7 +8,7 @@ <link rel="stylesheet" type="text/css" href="/mixed/lib/bootstrap/css/bootstrap-theme.min.css"> </head> <body> - <div class="container-fluid"> + <div class="container"> <h3>Yomichan License</h3> <pre> Copyright (C) 2016-2017 Alex Yatskov |