Align text to center

This commit is contained in:
Benjamin 2020-12-18 22:52:54 +01:00
parent 3bbdbd9968
commit 648c618fe0
No known key found for this signature in database
GPG key ID: 99C8C88768F0F905

View file

@ -98,6 +98,7 @@ function toggleHelp() {
<style>
body {
font-family: monospace;
text-align: center;
}
.container {
position: absolute;