diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html
index 41c0ce47f..5b8a69e62 100644
--- a/frontend/src/app/components/about/about.component.html
+++ b/frontend/src/app/components/about/about.component.html
@@ -53,7 +53,7 @@
Spiral
-
@@ -150,7 +152,7 @@
Bull Bitcoin
-
+
diff --git a/frontend/src/app/components/about/about.component.scss b/frontend/src/app/components/about/about.component.scss
index a360e180c..41e9209b7 100644
--- a/frontend/src/app/components/about/about.component.scss
+++ b/frontend/src/app/components/about/about.component.scss
@@ -13,8 +13,6 @@
.image.not-rounded {
border-radius: 0;
- width: 60px;
- height: 60px;
}
.intro {
@@ -158,9 +156,8 @@
margin: 40px 29px 10px;
&.image.coldcard {
border-radius: 0;
- width: auto;
- max-height: 50px;
- margin: 40px 29px 14px 29px;
+ height: auto;
+ margin: 20px 29px 20px;
}
}
}