Updates bg pattern

main
Benjamin Bädorf 2021-10-21 19:09:16 +02:00
parent 83762dec55
commit 62f13902c2
No known key found for this signature in database
GPG Key ID: 4406E80E13CD656C
8 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -1,7 +1,7 @@
---
themeColor: #D02424
language: de
cssCacheBust: ?v=5
cssCacheBust: ?v=6
header: null
article: null

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
img/bg-pattern-large.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
img/bg-pattern-opague.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 929 KiB

After

Width:  |  Height:  |  Size: 25 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 39 KiB

View File

@ -21,7 +21,7 @@
--border: #707070;
--border-radius: 5px;
--mobile-side-margin: 2vw;
background-image: url(/img/bg-pattern.svg);
background-image: url(/img/bg-pattern-opague.png);
background-repeat: repeat-y;
background-position: right;
background-size: 33vw;
@ -29,6 +29,7 @@
@media screen and (min-width: 768px) {
.page {
background-image: url(/img/bg-pattern-large-opague.png);
font-size: 24px;
--side-padding: 10vw;
}