pedf
/
fakulta-online
Archived
1
0
Fork 0

Odkaz na H1

master
Emil Miler 4 years ago
parent 0bf24be99c
commit 72d04a0518

@ -23,7 +23,10 @@ header {
font-size: 1.35em;
img { width: 250px; }
h1 { font-size: inherit; }
h1 {
font-size: inherit;
color: #fff;
}
#menu {
width: 250px;
text-align: right;

@ -10,7 +10,7 @@
<body>
<header>
<img src="/logo.png" alt="Logo">
<h1>{{ config.title }}</h1>
<a href="{{ config.base_url }}"><h1>{{ config.title }}</h1></a>
<span id="menu">Menu</span>
</header>
{% block content %}