diff --git a/app/assets/stylesheets/main.scss b/app/assets/stylesheets/main.scss
index 27a3d0c4..b04f35d7 100644
--- a/app/assets/stylesheets/main.scss
+++ b/app/assets/stylesheets/main.scss
@@ -12,14 +12,7 @@
}
.feature-stamp {
- width: 7vw !important;
- height: 7vw !important;
- font-size: 1vw;
-}
-
-.feature-icon {
- transform: translateY(-50%);
- margin-top: 50%;
+ border-radius: 6px;
}
.or-line {
diff --git a/app/views/shared/_features.html.erb b/app/views/shared/_features.html.erb
index 02ef73b2..c9bc627a 100644
--- a/app/views/shared/_features.html.erb
+++ b/app/views/shared/_features.html.erb
@@ -1,24 +1,24 @@
-
-
-
-
-
-
-
<%= t("features.rooms") %>
-
-
-
-
-
-
<%= t("features.recordings") %>
-
-
-
-
-
-
<%= t("features.designs") %>
+
+
+
+
+
<%= t("features.rooms") %>
+
+
+
+
<%= t("features.recordings") %>
+
+
+
+
<%= t("features.designs") %>
+
+
+
+
<%= t("features.authentication") %>
+
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 66db4a18..5503a39a 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -30,6 +30,7 @@ en:
rooms: Personalized Rooms
recordings: Recording Management
designs: Custom Designs
+ authentication: User Authentication
footer:
powered_by: Powered by %{href}.
go_back: Go back