[FEATURE] Add image adjust height to 100%

This commit is contained in:
Nikolas Hagelstein 2023-11-18 17:01:52 +01:00
parent aff785eabc
commit 2317d928ad
3 changed files with 6 additions and 1 deletions

View file

@ -14,3 +14,8 @@
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;}
.home .hero img {
max-height: 100%;
}