fix layout in small view
This commit is contained in:
parent
1fe6ce6f8c
commit
86fd1062fe
3 changed files with 8 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue