pedf
/
pomocskolam
Archived
1
0
Fork 0

Compare commits

...

2 Commits

@ -58,6 +58,11 @@ header {
h1 {
font-size: 2em;
a {
color: #000;
text-decoration: none;
}
}
nav ul {
@ -68,7 +73,8 @@ header {
main {
text-align: center;
margin-bottom: 5em;
max-width: 40em;
max-width: 50em;
width: 100%;
h1, h2 {
margin-top: 2em;

@ -10,7 +10,7 @@
<body>
<header>
<img src="/logo.png" alt="Logo PedF">
<h1>{{ config.title | upper }}</h1>
<h1><a href="{{ config.base_url }}">{{ config.title | upper }}</a></h1>
{{ macros::nav(type="short") }}
</header>
<main>