Migliorie minori
This commit is contained in:
parent
c70216612d
commit
693f4296ed
|
@ -382,6 +382,14 @@ p {
|
||||||
margin: 2%;
|
margin: 2%;
|
||||||
min-height: auto;
|
min-height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content header h1{
|
||||||
|
font-size: 3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2{
|
||||||
|
font-size: 2rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.quick-div {
|
.quick-div {
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
{{ if $image }}
|
{{ if $image }}
|
||||||
<li>
|
<li>
|
||||||
{{ $image := $image.Resize "x350" }}
|
{{ $image := $image.Resize "x350" }}
|
||||||
{{ $image := $image.Crop "480x350" }}
|
{{ $image := $image.Crop "350x350" }}
|
||||||
<div class="news-image">
|
<div class="news-image">
|
||||||
<a href="{{ .Params.externalLink | default .RelPermalink }}">
|
<a href="{{ .Params.externalLink | default .RelPermalink }}">
|
||||||
<img src="{{ $image.RelPermalink }}">
|
<img src="{{ $image.RelPermalink }}">
|
||||||
|
|
Reference in New Issue