diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2024-03-14 18:05:40 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2024-03-14 18:05:40 +0100 |
| commit | 56a60d48f6cc11fb512e249f4bf32bf69e902924 (patch) | |
| tree | 32b528059df52dfe0c93a83ddb27b88560b6b993 /app/views/sessions | |
| parent | a2a494c73a22151a83b8f2f03c8efab77f1fafe2 (diff) | |
| download | operum-56a60d48f6cc11fb512e249f4bf32bf69e902924.tar.gz operum-56a60d48f6cc11fb512e249f4bf32bf69e902924.zip | |
Make the UI a bit more consistent
- Titles have been unified by using the same HTML tag.
- Centered views have been improved for big screens.
- Added more views that are to be centered.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'app/views/sessions')
| -rw-r--r-- | app/views/sessions/new.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index c6d7f4f..dfd4ca9 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -1,7 +1,7 @@ <div class="center-contents"> <div></div> <div> - <h2><%= I18n.t('sessions.title') %></h2> + <h3><%= I18n.t('sessions.title') %></h3> <%= form_tag sessions_path do |form| %> <div class='field'> |
