Changes

Jump to navigation Jump to search
no edit summary
Line 189: Line 189:     
.fc-img img{
 
.fc-img img{
  max-width:100%;
+
    position: absolute;
  height:auto;
+
    left: -100%;
  margin: auto;
+
    right: -100%;
  display: block;
+
    top: -100%;
  border-radius:10px;
+
    bottom: -100%;
  box-shadow:2px 2px 4px #222222;
+
    margin: auto;  
 +
    height: auto;
 +
    width: auto;
 
}
 
}
  

Navigation menu