display and minor bugs

This commit is contained in:
Kenneth Jao 2017-04-08 18:41:17 -04:00
parent a47e8d119e
commit 9852487320
4 changed files with 7 additions and 6 deletions

View File

@ -169,7 +169,7 @@ a:hover {
border-radius: 50%;
position: absolute;
top: 22vw;
top: 15vw;
left: 6.5vw;
}
@ -177,7 +177,7 @@ a:hover {
height: 70vw;
position: absolute;
top: 30.5vw;
top: 23.5vw;
left: 15vw;
}
@ -185,7 +185,7 @@ a:hover {
color: #FCF0F0;
width: 100%;
position: absolute;
top: 69vh;
top: 63vh;
}
#mLoginTexts h1 {

View File

@ -17,7 +17,7 @@
<div id="loginTexts">
<h1>Everything in</h1>
<h2>One Place.</h2>
<h5><b>We'll</b> handle the organization, <b>you</b> handle the work.</h5>
<h5><b>We</b> handle the organization, <b>you</b> handle the work.</h5>
<div id="loginButton" onclick="document.getElementById('login-buttons-google').click()">Sign in!</div>
</div>
</div>
@ -45,7 +45,7 @@
<img src="./Logos/ColoredLogo.png" id="mLoginMidLogo">
<div id="mLoginTexts">
<h1>Everything in <b>One Place</b></h1>
<h5><b>We'll</b> handle the organization, <b>you</b> handle the work.</h5>
<h5><b>We</b> handle the organization, <b>you</b> handle the work.</h5>
<div id="mLoginButton" onclick="document.getElementById('login-buttons-google').click()">Sign in!</div>
</div>
</div>

View File

@ -106,7 +106,7 @@
}
.mobileClassContent div {
width: 30%;
width: 28%;
display: inline-block;
text-align: right;
}

View File

@ -54,6 +54,7 @@ Template.mobile.rendered = function() {
sendData("editWork");
}
mobileWork();
$("#mainCircleButton").velocity("fadeOut", 200);
$("#mobileBody").velocity("fadeOut", {
duration: 200,