Commit 4f31ea2a authored by Vadim Makeev's avatar Vadim Makeev

width property is moved from .shower to .slide

parent 0efd6c2b
......@@ -18,15 +18,15 @@ A {
/* Shower
---------------------------------------- */
.shower {
margin:3em auto;
width:55em;
margin:3em 0 0;
}
/* Slide
---------------------------------------- */
.slide {
position:relative;
margin:0 0 3em;
margin:0 auto 3em;
width:55em;
background:#FFF;
border:0.8em solid #CCC;
-webkit-border-radius:0.8em;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment