Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
PMinn committed Feb 2, 2024
1 parent 14455d8 commit d4c92e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default function Index({ title, description, images }) {
</div>
</section>
<section className={styles['about-section']}>
<div className={styles.container + ' container'}>
<div className={styles.container + ' md:container'}>
{
images.logo ?
<video className={styles["logo-video"]} src={images.logo} autoPlay loop muted playsInline></video>
Expand Down
3 changes: 2 additions & 1 deletion styles/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@

.performance-project .imgs .img {
width: 100%;
aspect-ratio: 1/1.4;
}

.about-section {
Expand All @@ -236,7 +237,7 @@
position: -webkit-sticky;
position: sticky;
top: calc(50vh - 90vw);
width: 100%;
width: 100svw;
filter: brightness(0.6);
-webkit-filter: brightness(0.6);
z-index: 47;
Expand Down

0 comments on commit d4c92e0

Please sign in to comment.