frontend: resize heading pictures as thumb file

This commit is contained in:
nemunaire 2020-01-28 14:02:56 +01:00
commit 0bc42282aa
4 changed files with 14 additions and 4 deletions

View file

@ -134,7 +134,7 @@
<div style="background-image: url({{ themes[current_theme].image }})" ng-if="(current_theme)" class="page-header">
<div class="container text-primary" ng-cloak>
<h1><a ng-href="{{ themes[current_theme].urlid }}" ng-bind="themes[current_theme].name"></a></h1>
<h1 class="display-2"><a ng-href="{{ themes[current_theme].urlid }}" ng-bind="themes[current_theme].name"></a></h1>
<h2 ng-bind-html="themes[current_theme].authors"></h2>
</div>
<div class="headerfade"></div>