mirror of
https://github.com/PotentiaRobotics/website.git
synced 2025-04-16 02:10:18 -04:00
Fixed wierd styling
This commit is contained in:
parent
e2c6c9b6cc
commit
4cf5eaf26a
|
@ -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>
|
||||
</>
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user