From dbc1c75ad59d7be1e61a23e510f75a0f7ea6ae5b Mon Sep 17 00:00:00 2001 From: heathercoraje Date: Mon, 10 Jul 2017 18:50:04 +0300 Subject: [PATCH] remove top:10% on form-content in css file relates #40 --- style.css | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/style.css b/style.css index df2c4cd..ab0a1c9 100644 --- a/style.css +++ b/style.css @@ -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; } @@ -211,7 +210,6 @@ button { text-align: center; margin: 0; width: 100%; - top: 50%; position: absolute; } @@ -232,9 +230,8 @@ button { position: absolute; display: inline-block; width: 50%; - background-color: white; - top: 10%; + /*top: 10%;*/ } .team { @@ -318,7 +315,6 @@ button { height: 100%; top: 50%; position: absolute; - } .team-scroll {