Browse Source

Update responsive.css

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
5c63e9eaef
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      css/responsive.css

7
css/responsive.css

@ -22,7 +22,12 @@
.top-bar-section ul li {
background: transparent;
animation: .5s ease-in; }
-webkit-transition-property: all;
-moz-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
transition-duration: 0.3s; }
.top-bar-section li:not(.has-form) a:not(.button) {
background: transparent;

Loading…
Cancel
Save