Browse Source

fix(welcome-page): leverage existing table display to vertical align

master
Leonard Kim 8 years ago
parent
commit
457b4255b9
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      css/_welcome_page.scss

+ 2
- 1
css/_welcome_page.scss View File

@@ -193,7 +193,8 @@
193 193
     /*font-weight: bold;*/
194 194
     text-align: center;
195 195
     display: table-cell;
196
-    padding: 50px 26px 0px 20px;
196
+    padding: 0px 26px 0px 20px;
197
+    vertical-align: middle;
197 198
 }
198 199
 
199 200
 .feature_description

Loading…
Cancel
Save