Style improvements

This commit is contained in:
2023-03-20 18:33:03 +02:00
parent 5723ef8f99
commit af1dc7cb3e
5 changed files with 17 additions and 19 deletions

View File

@@ -11,9 +11,9 @@
</head>
<body>
<header>
<section class="container">
<section class="container header-container">
<img src={Routes.static_path(@conn, "/images/logo.jpg")} alt="Osuuspuutarha Logo"/>
<h1>Livonsaaren Osuuspuutarha</h1>
<h1 class="header-title">Livonsaaren Osuuspuutarha</h1>
</section>
</header>
<%= @inner_content %>