Browse Source

Update style.css

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

12
css/style.css

@ -123,6 +123,18 @@
background-color: rgba(51, 153, 212, 0.8);
}
.overlay.grey:before {
position: absolute;
content:" ";
top:0;
left:0;
width: 100%;
height: 100%;
display: block;
z-index:0;
background-color: rgba(88, 89, 91, 0.8);
}
.no-padding {
padding: 0; }

Loading…
Cancel
Save