Anxhelo Lushka
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
6 deletions
-
css/style.css
|
|
@ -675,15 +675,15 @@ ul.socials { |
|
|
|
transition-duration: 0.3s; } |
|
|
|
|
|
|
|
.work .info { |
|
|
|
margin-top: 25px; |
|
|
|
margin-top: 45px; |
|
|
|
margin-left: 50px; |
|
|
|
text-align: left; |
|
|
|
max-width: 350px; |
|
|
|
-webkit-transform: translateY(0); |
|
|
|
-moz-transform: translateY(0); |
|
|
|
-ms-transform: translateY(0); |
|
|
|
-o-transform: translateY(0); |
|
|
|
transform: translateY(0); |
|
|
|
-webkit-transform: translateY(-15px); |
|
|
|
-moz-transform: translateY(-15px); |
|
|
|
-ms-transform: translateY(-15px); |
|
|
|
-o-transform: translateY(-15px); |
|
|
|
transform: translateY(-15px); |
|
|
|
-webkit-transition-duration: 0.3s; |
|
|
|
-moz-transition-duration: 0.3s; |
|
|
|
transition-duration: 0.3s; } |
|
|
|