pedf
/
fakulta-online
Archived
1
0
Fork 0

Název stránky je H1

master
Emil Miler 4 years ago
parent a523890fbb
commit 7bbe2caec8

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

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