small fixes

This commit is contained in:
teldra 2022-06-15 11:48:59 +02:00
parent 28acf2265d
commit 6c920dfef8
8 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 KiB

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 KiB

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 238 KiB

After

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 294 KiB

After

Width:  |  Height:  |  Size: 145 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -6,7 +6,7 @@
}
.non_banner_height {
height: calc(50vw / 3.5 );
height: calc(50vw / 2.5 );
}
.banner {

View File

@ -5,7 +5,7 @@
{{ $title = .Title }}
{{ end }}
{{ $good_w := "1920"}}
{{ $good_h := "550"}}
{{ $good_h := "850"}}
{{ $what := "none" }}
{{ $img := "none" }}
{{ if eq .Kind "home" }}