| summaryrefslogtreecommitdiff |
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-04-17 21:37:01 +0200 |
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-04-17 21:37:01 +0200 |
| commit | 4f19cf2a586c28256ff3dbdd203e974c6046dd02 (patch) | |
| tree | 7a8e0932543749e57671c9c75896d2528418fbe5 | |
| parent | 9035652f997759aa76825e1d0be358b1c78c7152 (diff) | |
...
| -rw-r--r-- | src/battlemap/www/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/battlemap/www/style.css b/src/battlemap/www/style.css index ecf5f70..cd1271b 100644 --- a/src/battlemap/www/style.css +++ b/src/battlemap/www/style.css @@ -45,6 +45,12 @@ .battlemap-controlled { + display: flex; + flex-flow: column; + + align-items: center; + justify-content: center; + width: 15em; } |


