diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-10-26 00:12:25 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-10-26 00:12:25 +0200 |
commit | 3e30593e9986187aff35a4440bdbcb309025c58c (patch) | |
tree | fee59fd7a5acfe47969364b951eb81661e0aadd6 /play.css | |
parent | be53b4b3373da546644ce71ee6a311be406a27aa (diff) | |
download | 1989-dawn-of-freedom-3e30593e9986187aff35a4440bdbcb309025c58c.tar.gz |
Move event reminder location on top of Yugoslavia.
Initialize marker locations to their starting positions.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -109,10 +109,11 @@ body.Communist header.your_turn { background-color: hsl(355, 70%, 75%); } #event_reminder_list { position: absolute; display: flex; - flex-rap: wrap; + flex-wrap: wrap; gap: 5px; - bottom: 165px; - right: 195px; + top: 1650px; + left: 600px; + width: 200px; } .marker { |