Compare commits

...

2 Commits

Author SHA1 Message Date
Kostanjevec eb8581d32e download text 2022-06-16 08:02:11 +02:00
Kostanjevec 35c5c0da0e bigger font for buttons 2022-06-16 08:01:31 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -172,4 +172,5 @@ html {
border-radius: 0px;
width: 20%;
height: 70px;
font-size: 130%
}

View File

@ -5,7 +5,7 @@
{% block content %}
<article class="post">
<header>
<p><a href="{{ card['item_location'] }}">{{ card['title'] }}</a></p>
<p>Download: <a href="{{ card['item_location'] }}">{{ card['title'] }}</a></p>
</header>
<canvas id="pdf-doc"></canvas>