fix layout in small view

This commit is contained in:
Matthew Scragg 2015-12-06 17:17:44 -06:00
parent 1fe6ce6f8c
commit 86fd1062fe
3 changed files with 8 additions and 8 deletions

View file

@ -170,4 +170,4 @@ class User(BaseUser):
continue
buttons.append(val.get('button'))
return "<h4>Social Login</h4>" + " ".join(buttons)
return "<h3>Social Login</h3>" + " ".join(buttons)