Changes

Jump to navigation Jump to search
no edit summary
Line 179: Line 179:  
.fc-img img{
 
.fc-img img{
 
   max-width:100%;
 
   max-width:100%;
  height:auto;
+
    position: absolute;
  margin: auto;
+
    left: -100%;
  display: block;
+
    right: -100%;
 +
    top: -100%;
 +
    bottom: -100%;
 +
    margin: auto;  
 +
    height: auto;
 +
    width: auto;
 
}
 
}
   Line 187: Line 192:  
margin-bottom:2em;
 
margin-bottom:2em;
 
text-align:center;
 
text-align:center;
width:120px;!important
+
width:120px;
min-height: 120px;!important
+
min-height: 120px;
max-height: 120px;!important
+
max-height: 120px;
 
margin-top:1em;
 
margin-top:1em;
 
margin-left:auto;
 
margin-left:auto;
Line 196: Line 201:  
overflow:hidden;
 
overflow:hidden;
 
border-radius:10px;
 
border-radius:10px;
box-shadow:2px 2px 4px rgba(0,0,0,0.3);
+
  box-shadow:2px 2px 4px rgba(0,0,0,0.3);
 
}
 
}
  

Navigation menu