Update index.html

This commit is contained in:
TheErrorExe 2025-02-09 20:32:50 +01:00 committed by GitHub
parent 9d8d440ffd
commit b75f6c1ef8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,11 @@
<script src="/static/js/script.js" defer></script>
<style>
#guide {
text-align: center; /* Nur den Text mittig ausrichten */
text-align: center;
}
ol {
list-style: none;
padding-left: 0;
}
</style>
</head>