pedf
/
pomocskolam
Archived
1
0
Fork 0

Změna rastrového loga za vektorové

master
Emil Miler 3 years ago
parent 7461dfee32
commit f36b6f3bde

@ -53,7 +53,7 @@ header {
width: 100%;
img {
max-height: 7em;
height: 7em;
}
h1 {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 13 KiB

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