Skip to content

Commit

Permalink
Merge pull request #104 from TYPO3incubator/task/hero
Browse files Browse the repository at this point in the history
task/hero + fix frontend styling
  • Loading branch information
kostandina3 authored Apr 11, 2024
2 parents cb7c336 + 485dccd commit 592e397
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions local_packages/football/Resources/Private/Scss/Base/hero.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
.hero {
position: relative;
height: 100vh;
overflow: hidden;

&--image {
position: absolute;
top: 0;
top: toRem(94);
left: 0;
height: 75vh!important;
height: 100vh!important;
object-fit: cover;
z-index: -1;
}
Expand Down
5 changes: 3 additions & 2 deletions local_packages/football/Resources/Public/Css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -10728,13 +10728,14 @@ a {
.hero {
position: relative;
height: 100vh;
overflow: hidden;
}

.hero--image {
position: absolute;
top: 0;
top: 5.875rem;
left: 0;
height: 75vh !important;
height: 100vh !important;
object-fit: cover;
z-index: -1;
}
Expand Down

0 comments on commit 592e397

Please sign in to comment.