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/main/index.html.erb b/app/views/main/index.html.erb
index cd25f5c3..7fdb4e3c 100644
--- a/app/views/main/index.html.erb
+++ b/app/views/main/index.html.erb
@@ -12,7 +12,7 @@
-
-
-
-
-
-
<%= t("features.rooms") %>
-
-
-
-
-
-
<%= t("features.recordings") %>
-
-
-
-
-
-
<%= t("features.designs") %>
+
+
+
+
+
<%= t("features.rooms") %>
+
+
+
+
<%= t("features.recordings") %>
+
+
+
+
<%= t("features.designs") %>
+
+
+
+
<%= t("features.authentication") %>
+
diff --git a/app/views/shared/_footer.html.erb b/app/views/shared/_footer.html.erb
index f3f55c2a..1220f485 100644
--- a/app/views/shared/_footer.html.erb
+++ b/app/views/shared/_footer.html.erb
@@ -1,3 +1,4 @@
diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb
index 55f5d378..3e477cca 100644
--- a/app/views/users/new.html.erb
+++ b/app/views/users/new.html.erb
@@ -1,11 +1,26 @@