From 8f4a6c33c057b1a2e50918b6090260a06913da12 Mon Sep 17 00:00:00 2001 From: Scarlett Date: Sun, 3 Sep 2023 10:38:38 -0500 Subject: [PATCH] floop --- src/assets/stylesheets/home.scss | 24 +----------------------- src/components/Home.js | 4 ++-- 2 files changed, 3 insertions(+), 25 deletions(-) diff --git a/src/assets/stylesheets/home.scss b/src/assets/stylesheets/home.scss index 32e46e2..6b4f3a0 100644 --- a/src/assets/stylesheets/home.scss +++ b/src/assets/stylesheets/home.scss @@ -21,7 +21,7 @@ .home__content__panel { background-color: transparent; width: 100%; - height: 90vh; + height: 100vh; display: flex; justify-content: center; align-items: center; @@ -50,29 +50,7 @@ z-index: 1; } -.home__content__panel__button { - position: absolute; - color: white; - text-align: center; - font-size: 300%; - animation: textSlide 1s ease, textBreathe 10s ease; - animation-iteration-count: 1, infinite; - opacity: 100%; - filter: drop-shadow(0 0 0.75rem rgb(77, 77, 77)); - z-index: 1; - margin-top: 70vh; - border: none; - transition: 0.3s; - cursor: pointer; - overflow: hidden; -} - -.home__content__panel__button:hover { - font-size: 370%; -} - .home__content__info { - min-height: 100vh; height: auto; width: 100%; margin: 0px; diff --git a/src/components/Home.js b/src/components/Home.js index ef7a74b..9a59898 100644 --- a/src/components/Home.js +++ b/src/components/Home.js @@ -46,7 +46,7 @@ export default class Home extends Component {
- + Welcome to the Illinois Tech Robotics Club! We are a student-run organization that promotes the field of robotics through @@ -57,7 +57,7 @@ export default class Home extends Component {