transition top

This commit is contained in:
Nicolas Bally 2015-09-30 20:48:56 +02:00
parent d7147e8d70
commit d0f99124b1

View File

@ -280,7 +280,7 @@ a{
top:0px; top:0px;
left:0px; left:0px;
right:0px; right:0px;
transition-duration: 1s;
z-index:10; z-index:10;
@ -321,7 +321,7 @@ a{
.contact{ .contact{
float:right; float:right;
position:static; position:static;
margin:20px 20px; margin:22px 20px;
div{ div{
display:inline; display:inline;
@ -333,7 +333,8 @@ a{
float:left; float:left;
position:static; position:static;
margin:15px 20px; margin:15px 20px;
height:40px; margin-top:10px;
height:45px;
} }