Updates bg pattern
This commit is contained in:
parent
83762dec55
commit
62f13902c2
BIN
.data/Website Texte - 11.10..docx
Normal file
BIN
.data/Website Texte - 11.10..docx
Normal file
Binary file not shown.
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
themeColor: #D02424
|
||||
language: de
|
||||
cssCacheBust: ?v=5
|
||||
cssCacheBust: ?v=6
|
||||
|
||||
header: null
|
||||
article: null
|
||||
|
|
BIN
img/bg-pattern-large-opague.png
Normal file
BIN
img/bg-pattern-large-opague.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
BIN
img/bg-pattern-large.png
Normal file
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
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 |
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue