Migliorie minori

This commit is contained in:
loviuz 2023-05-21 22:37:13 +02:00
parent c70216612d
commit 693f4296ed
2 changed files with 9 additions and 1 deletions

View File

@ -382,6 +382,14 @@ p {
margin: 2%;
min-height: auto;
}
.content header h1{
font-size: 3rem;
}
h2{
font-size: 2rem;
}
}
.quick-div {

View File

@ -20,7 +20,7 @@
{{ if $image }}
<li>
{{ $image := $image.Resize "x350" }}
{{ $image := $image.Crop "480x350" }}
{{ $image := $image.Crop "350x350" }}
<div class="news-image">
<a href="{{ .Params.externalLink | default .RelPermalink }}">
<img src="{{ $image.RelPermalink }}">