Skip to content

Commit a2aa0f1

Browse files
committed
Center company name on login page
1 parent 8aebfbc commit a2aa0f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/sessions/new.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
</script>
1616
</div>
1717
<div class="row-fluid">
18-
<h2 align="center">MetaCorp</h2>
19-
<h3 align="center">A GoatGroup Company</h3>
2018
<div class="span12">
2119
<div class="row-fluid">
2220
<div class="span4 offset4">
21+
<h2 align="center">MetaCorp</h2>
22+
<h3 align="center">A GoatGroup Company</h3>
2323

2424
<div class="signup">
2525
<%= form_tag "sessions", :class=> "signup-wrapper" do %>

0 commit comments

Comments
 (0)