fix: fix alignment of root page title
This commit is contained in:
parent
19319b8479
commit
451ec254f7
1 changed files with 6 additions and 2 deletions
|
@ -1,8 +1,12 @@
|
|||
<header>
|
||||
<img src="/icon.png" width="50" alt="eureka.coffee logo" />
|
||||
<h1>eureka.coffee</h1>
|
||||
<div class="title">
|
||||
<img src="/icon.png" width="50" alt="eureka.coffee logo" />
|
||||
<h1>eureka.coffee</h1>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<h3>New instance</h3>
|
||||
|
||||
<div class="new-buttons">
|
||||
<%= form_tag "/new?zone=anemos", method: :post do %>
|
||||
<button type="submit" class="new-button">
|
||||
|
|
Loading…
Add table
Reference in a new issue