Skip to content

Commit 01b4aa7

Browse files
committed
Merge branch 'main' of https://github.com/artgolwebdev/LP01
2 parents 4c9f3b3 + 9d11ea2 commit 01b4aa7

2 files changed

Lines changed: 2 additions & 15 deletions

File tree

src/components/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export default function Hero() {
135135
minHeight: '100%',
136136
width: 'auto',
137137
height: 'auto',
138-
objectFit: 'fill'
138+
objectFit: 'cover'
139139
}}
140140
>
141141
<source src={getNeonCityScenePath()} type="video/mp4" />

src/index.css

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5664,7 +5664,7 @@ html {
56645664
min-height: 100%;
56655665
width: auto;
56665666
height: auto;
5667-
object-fit: fill;
5667+
object-fit: cover;
56685668
}
56695669

56705670

@@ -5673,18 +5673,5 @@ html {
56735673
#hero-video-container{
56745674
background-color: #0a0a0a;
56755675
}
5676-
#hero-video {
5677-
min-height: 60%!important;
5678-
}
5679-
section#about{
5680-
margin-top:-30%;
5681-
}
5682-
56835676
}
56845677

5685-
@media (max-width: 330px) {
5686-
5687-
section#about{
5688-
margin-top:-40%;
5689-
}
5690-
}

0 commit comments

Comments
 (0)