Browse Source

Update responsive.css

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

9
css/responsive.css

@ -70,8 +70,9 @@
.slide-right { .slide-right {
width: 100%; width: 100%;
left: 0; left: 0; }
.overlay:before {
.slide-right.overlay:before {
position: absolute; position: absolute;
content:" "; content:" ";
top:0; top:0;
@ -81,7 +82,8 @@
display: block; display: block;
z-index:0; z-index:0;
background-color: rgba(51, 153, 212, 0.8); } background-color: rgba(51, 153, 212, 0.8); }
.overlay.grey:before {
.slide-right.overlay.grey:before {
position: absolute; position: absolute;
content:" "; content:" ";
top:0; top:0;
@ -91,7 +93,6 @@
display: block; display: block;
z-index:0; z-index:0;
background-color: rgba(88, 89, 91, 0.8); } background-color: rgba(88, 89, 91, 0.8); }
}
.slide-info { .slide-info {
width: 100%; width: 100%;

Loading…
Cancel
Save