diff options
author | Frans Bongers <fransbongers@franss-mbp.home> | 2024-12-30 22:44:07 +0100 |
---|---|---|
committer | Frans Bongers <fransbongers@franss-mbp.home> | 2024-12-30 22:44:07 +0100 |
commit | 50d95d906d7d782d155e75635be4d637c1ccfb25 (patch) | |
tree | 779f45f3de545b9550539501910db3c35a71589e /land-and-freedom.css | |
parent | 4148cddd0370fa1ea9b9580a79ac1c73109c88a1 (diff) | |
download | land-and-freedom-50d95d906d7d782d155e75635be4d637c1ccfb25.tar.gz |
fix click fronts and remove console logs
Diffstat (limited to 'land-and-freedom.css')
-rw-r--r-- | land-and-freedom.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/land-and-freedom.css b/land-and-freedom.css index be49582..09c834b 100644 --- a/land-and-freedom.css +++ b/land-and-freedom.css @@ -176,12 +176,17 @@ main { gap: 2px; margin-top: 15px; height: 25px; + z-index: -1; +} +.contributions .faction_token { + z-index: -1; } .front .value { font-weight: bold; font-size: 30px; margin-top: auto; + z-index: -1; } #madrid_front { |