mirror of
https://github.com/draussenfunker/draussenfunker.github.io.git
synced 2025-12-31 08:29:17 +00:00
Merge pull request #27 from pulponair/feature/26-autumn-header-image
[FEATURE] Add image adjust height to 100%
This commit is contained in:
commit
37229ef003
3 changed files with 6 additions and 1 deletions
BIN
docs/.vuepress/public/images/header_autumn2023_11.jpg
Normal file
BIN
docs/.vuepress/public/images/header_autumn2023_11.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 390 KiB |
|
|
@ -14,3 +14,8 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0; left: 0;
|
top: 0; left: 0;
|
||||||
width: 100%; height: 100%;}
|
width: 100%; height: 100%;}
|
||||||
|
|
||||||
|
|
||||||
|
.home .hero img {
|
||||||
|
max-height: 100%;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
home: true
|
home: true
|
||||||
heroText: "Von draußen mit Funkwellen um die Welt"
|
heroText: "Von draußen mit Funkwellen um die Welt"
|
||||||
heroImage: /images/beach_280px_heigh.jpg
|
heroImage: /images/header_autumn2023_11.jpg
|
||||||
actions:
|
actions:
|
||||||
- text: Ich will auch!
|
- text: Ich will auch!
|
||||||
link: /mitmachen/
|
link: /mitmachen/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue