Skip to content

Commit

Permalink
remove top:10% on form-content in css file
Browse files Browse the repository at this point in the history
relates #40
  • Loading branch information
heathercoraje committed Jul 10, 2017
1 parent 23a16ca commit dbc1c75
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,27 +65,26 @@ h3 .top-content {
width: 100%;
position: absolute;
bottom: 60%;
z-index:999;
z-index: 999;
}

.nav-container-form {
width: 100%;
position: absolute;
bottom: -300%;
z-index:999;
z-index: 999;
}

.nav-container-form li a {
font-size: 0.8em;
}

.nav-container-about ul{

.nav-container-about ul {
position: absolute;
left: 15%;
right: 15%;

}

.nav-container-about li a {
font-size: 0.8em;
}
Expand Down Expand Up @@ -211,7 +210,6 @@ button {
text-align: center;
margin: 0;
width: 100%;

top: 50%;
position: absolute;
}
Expand All @@ -232,9 +230,8 @@ button {
position: absolute;
display: inline-block;
width: 50%;

background-color: white;
top: 10%;
/*top: 10%;*/
}

.team {
Expand Down Expand Up @@ -318,7 +315,6 @@ button {
height: 100%;
top: 50%;
position: absolute;

}

.team-scroll {
Expand Down

0 comments on commit dbc1c75

Please sign in to comment.