Changes

From Life After BOB Wiki
168 bytes removed ,  05:47, 9 June 2021
no edit summary
Line 118: Line 118:  
   display: grid;
 
   display: grid;
 
   justify-items:center;
 
   justify-items:center;
 +
  align-items:center;
 
   width:100%;
 
   width:100%;
 
   grid-gap: 10px;
 
   grid-gap: 10px;
Line 220: Line 221:  
}
 
}
   −
.fc-item-box{
  −
  width: 220px;
  −
  height:350px;
  −
  display:flex;
  −
  flex-direction:column;
  −
  align-items:center;
  −
  justify-content:space-around;
  −
  border-radius:10px;
  −
  border:1px grey solid;
  −
}
      
.fe-img img{
 
.fe-img img{