Changes

From Life After BOB Wiki
no edit summary
Line 148: Line 148:     
.fc-grid>* {
 
.fc-grid>* {
   width: 220px;
+
   width: 150px;
   height:350px;
+
   height:200px;
 
   text-align:center;
 
   text-align:center;
 
   border-radius:10px;
 
   border-radius:10px;
Line 181: Line 181:  
   margin: auto;
 
   margin: auto;
 
   display: block;
 
   display: block;
  border-radius:10px;
  −
  box-shadow:2px 2px 4px #222222;
   
}
 
}
    +
.fc-img{
 +
margin-bottom:2em;
 +
text-align:center;
 +
width:120px;
 +
min-height: 120px;
 +
max-height: 120px;
 +
margin-top:1em;
 +
margin-left:auto;
 +
margin-right:auto;
 +
position:relative;
 +
overflow:hidden;
 +
border-radius:10px;
 +
box-shadow:2px 2px 4px rgba(0,0,0,0.3);
 +
}