app/assets/stylesheets/trestle/auth/_form.scss in trestle-auth-0.2.3 vs app/assets/stylesheets/trestle/auth/_form.scss in trestle-auth-0.2.4

- old
+ new

@@ -5,11 +5,29 @@ .auth-header { text-align: center; margin-bottom: 20px; + h1 { + display: flex; + align-items: center; + justify-content: center; + + font-size: 24px; + font-weight: 500; + text-shadow: rgba(black, 0.5) 0 1px 1px; + + height: 60px; + padding: 10px 15px; + } + img { max-width: 100%; + max-height: 100%; + } + + span { + margin-left: 10px; } } .form-control, .input-group-addon { background: $auth-form-control-bg;