diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-11-30 00:37:23 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-11-30 00:37:23 +0100 |
commit | 569fbd1c6bf0c06c7d58d378dec6e75288b67d20 (patch) | |
tree | 469a2206575937b63bc84765c30f771b10d20127 /play.html | |
parent | c0553c1d3484854fcfae1ff1dcb05c81dd9a6f13 (diff) | |
download | votes-for-women-569fbd1c6bf0c06c7d58d378dec6e75288b67d20.tar.gz |
Scale border-radius on small persistent cards.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -266,6 +266,7 @@ div.persistent_box { width: 125px; height: 175px; border: 1px solid #444; + border-radius: 8px; } div.congress_box { |