Links to front page

This commit is contained in:
2023-06-13 15:25:04 +03:00
parent f40e85bccb
commit 3f41a9d097
2 changed files with 8 additions and 2 deletions

View File

@@ -9,3 +9,7 @@
.header-title { .header-title {
margin-bottom: 0; margin-bottom: 0;
} }
.header-title-link {
color: #000;
}

View File

@@ -12,8 +12,10 @@
<body> <body>
<header> <header>
<section class="container header-container"> <section class="container header-container">
<img src={Routes.static_path(@conn, "/images/logo.jpg")} alt="Osuuspuutarha Logo"/>
<h1 class="header-title">Livonsaaren Osuuspuutarha</h1> <a href="/"><img src={Routes.static_path(@conn, "/images/logo.jpg")} alt="Osuuspuutarha Logo"/></a>
<a href="/" class="header-title-link"><h1 class="header-title">Livonsaaren Osuuspuutarha</h1></a>
</section> </section>
</header> </header>
<%= @inner_content %> <%= @inner_content %>