| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-06-21 17:48:04 +0200 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-06-21 17:48:04 +0200 | 
| commit | 1114c662e477f048ec22ee73bb01121aba954ba7 (patch) | |
| tree | 09da9d6df4a5b50ea07d96d622122f9986d3f418 /src/battlemap/www/style.css | |
| parent | fd4f339f24eb427aa7041eeab9873d12744687db (diff) | |
Starting to add attack animations...
Diffstat (limited to 'src/battlemap/www/style.css')
| -rw-r--r-- | src/battlemap/www/style.css | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/src/battlemap/www/style.css b/src/battlemap/www/style.css index 21ba3d4..09e1edd 100644 --- a/src/battlemap/www/style.css +++ b/src/battlemap/www/style.css @@ -44,6 +44,10 @@     margin: 0 1em 0 1em;     background-color: #917C6F; + +   display: flex; +   flex-flow: row; +   justify-content: space-between;  } | 


