diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 2b2c9425..f67f4025 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -70,6 +70,11 @@ a { font-size: 26px; } +.feature-icon { + transform: translateY(-50%); + margin-top: 50%; +} + .main-large { font-size: 20px; } @@ -86,6 +91,11 @@ iframe{ font-size: 25px; } +.feature-stamp { + width: 100px; + height: 100px; +} + html, body { width: 100%; height: 100%; diff --git a/app/views/main/index.html.erb b/app/views/main/index.html.erb index 80543d93..ef57f4c2 100644 --- a/app/views/main/index.html.erb +++ b/app/views/main/index.html.erb @@ -1,13 +1,19 @@ -