Links to front page
This commit is contained in:
@@ -9,3 +9,7 @@
|
|||||||
.header-title {
|
.header-title {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header-title-link {
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
|||||||
@@ -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 %>
|
||||||
|
|||||||
Reference in New Issue
Block a user