diff --git a/components/Layers/Houses/CardContent/CardContent.module.css b/components/Layers/Houses/CardContent/CardContent.module.css
index c8be96f2..85845210 100644
--- a/components/Layers/Houses/CardContent/CardContent.module.css
+++ b/components/Layers/Houses/CardContent/CardContent.module.css
@@ -5,5 +5,5 @@
}
.popup__emergencyLabel {
- margin-bottom: 12px;
+ margin: 0 0 12px
}
\ No newline at end of file
diff --git a/components/Layers/Houses/HealthProgress/HealthProgress.module.css b/components/Layers/Houses/HealthProgress/HealthProgress.module.css
index 486bcf3f..4ed0b9dd 100644
--- a/components/Layers/Houses/HealthProgress/HealthProgress.module.css
+++ b/components/Layers/Houses/HealthProgress/HealthProgress.module.css
@@ -4,7 +4,8 @@
}
.health_progress__track {
- width: 289px;
+ width: 100%;
+ max-width: 289px;
display: grid;
background-color: #38465f;
border-radius: 5px;
diff --git a/components/UI/Card/components/Info/Info.module.css b/components/UI/Card/components/Info/Info.module.css
index 32b2fd10..4145f3ca 100644
--- a/components/UI/Card/components/Info/Info.module.css
+++ b/components/UI/Card/components/Info/Info.module.css
@@ -22,6 +22,6 @@
}
-.info__text > span {
- margin-right: 12px;
+.info__text {
+ gap: 12px;
}
diff --git a/public/health-progress-broken-heart.svg b/public/health-progress-broken-heart.svg
deleted file mode 100644
index 68c193a9..00000000
--- a/public/health-progress-broken-heart.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
diff --git a/public/health-progress-heart.svg b/public/health-progress-heart.svg
deleted file mode 100644
index e250f079..00000000
--- a/public/health-progress-heart.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
-