diff --git a/src/assets/icons/prosperity-money.webp b/src/assets/icons/prosperity-money.webp
index 7abba88..ec5b63d 100644
Binary files a/src/assets/icons/prosperity-money.webp and b/src/assets/icons/prosperity-money.webp differ
diff --git a/src/components/round/TechCard.vue b/src/components/round/TechCard.vue
index 07720db..19e802a 100644
--- a/src/components/round/TechCard.vue
+++ b/src/components/round/TechCard.vue
@@ -15,7 +15,7 @@
@@ -107,10 +107,13 @@ export default defineComponent({
.prosperity {
position: absolute;
left: 5px;
- top: 5px;
+ top: 1px;
> .icon {
- width: 25px;
+ width: 22px;
filter: drop-shadow(1px 1px 1px #444);
+ @media (max-width: 600px) {
+ max-width: 20px;
+ }
}
}
.marker {
@@ -121,12 +124,6 @@ export default defineComponent({
max-width: 35px;
max-height: 30px;
filter: drop-shadow(1px 1px 1px #444);
- &.communication {
- max-width: 42px;
- @media (max-width: 600px) {
- max-width: 34px;
- }
- }
}
}
.durations {
@@ -152,6 +149,7 @@ export default defineComponent({
}
.background {
position: absolute;
+ top: 0;
left: 0;
width: 100%;
height: 100%;