Fix tag selection margin on getting started page
This commit is contained in:
parent
2639a0fd69
commit
bf0fec19b3
2 changed files with 2 additions and 3 deletions
|
|
@ -13,7 +13,7 @@
|
|||
}
|
||||
|
||||
.awesome {
|
||||
text-align: center;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.hero-unit {
|
||||
|
|
@ -31,7 +31,6 @@
|
|||
width: 100%;
|
||||
input {
|
||||
height: 32px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -41,5 +41,5 @@
|
|||
= label_tag 'follow_tags', t('.hashtag_suggestions')
|
||||
#tags_list
|
||||
= text_field_tag 'follow_tags', nil, class: "nostrap form-control"
|
||||
.text-center
|
||||
.text-center.awesome
|
||||
= link_to "#{t('.awesome_take_me_to_diaspora')} >>", stream_path, id: "awesome_button", class: "btn btn-default btn-lg btn-primary"
|
||||
|
|
|
|||
Loading…
Reference in a new issue