Skip to content

Commit

Permalink
some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
version-1 committed Apr 3, 2024
1 parent 5d69ff5 commit bea0d7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 1 addition & 7 deletions frontend/core/src/app/page.module.scss
Expand Up @@ -54,12 +54,6 @@
animation: 300s linear 0s infinite running slide-space;
}

.heroOverlay {
min-height: 1320px;
position: absolute;
background-image: url("/assets/hero-overlay.svg");
}

@keyframes slide-space {
from {
transform: translateX(0);
Expand Down Expand Up @@ -123,7 +117,7 @@
}

.background {
margin: 128px 0;
padding: 128px 0;
background-image: url("/assets/background-stars.svg");
width: 100%;
}
Expand Down
1 change: 0 additions & 1 deletion frontend/core/src/app/page.tsx
Expand Up @@ -24,7 +24,6 @@ export default function Home() {
<Image className={styles.heroEarth} src={earth} alt="Earth" />
</div>
<div className={styles.heroSpace}></div>
<div className={styles.heroOverlay} />
<div className={styles.heroContainer}>
<div className={styles.copyContainer}>
<div className={styles.catchCopy}>
Expand Down

0 comments on commit bea0d7c

Please sign in to comment.