Merge pull request #42 from H4CK3R-01/game_rules

Added game rules
This commit is contained in:
Florian Kaiser 2021-06-21 21:08:25 +02:00 committed by GitHub
commit 0411b85736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,11 @@ body {
overflow: hidden;
}
main {
width: 100%;
height: 100%;
}
#main {
display: grid;
grid-template-columns: 80% 20%;