Fixed wierd styling

This commit is contained in:
Ram Reddy 2021-02-21 15:09:20 -08:00
parent e2c6c9b6cc
commit 4cf5eaf26a
No known key found for this signature in database
GPG Key ID: 2CD6B38BE14BDE53
3 changed files with 5 additions and 5 deletions

View File

@ -43,7 +43,7 @@ class Donate extends Component {
<div className="text2">Gofundme widget here</div>
</div>
</div>
<img className="landing-robot" src={bot2}>
<img className="donateRobot" src={bot2}>
</img>
</>

View File

@ -28,12 +28,12 @@
position: absolute;
color:#e0fbfc;
}
.landing-robot {
.donateRobot {
opacity: 0;
left: 8vw;
overflow: hidden;
animation: navLinkFade 0.5s ease forwards 0.5s;
height: 80%;
height: 44vw;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;

View File

@ -29,7 +29,7 @@ $tablet: 1024px;
.hero {
pointer-events: none;
height: 92vh;
height: 86vh;
}
.landing-header {
@ -56,7 +56,7 @@ $tablet: 1024px;
left: 40vw;
overflow: hidden;
animation: navLinkFade 0.5s ease forwards 0.5s;
max-height: 92vh;
max-height: 87vh;
}
@keyframes robotFlyIn {