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; font-size: 1.35em;
img { width: 250px; } img { width: 250px; }
h1 { font-size: inherit; }
#menu { #menu {
width: 250px; width: 250px;
text-align: right; text-align: right;

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