Changes

From Life After BOB Wiki
no edit summary
Line 35: Line 35:     
/* Mainpage */
 
/* Mainpage */
.mainpage-title{
+
.mp-main-container{
 +
  width:80%;
 +
  display:flex;
 +
  justify-content:space-between;
 +
  margin-left:auto;
 +
  margin-right:auto;
 +
  margin-bottom:2em;
 +
  margin-top:2em
 +
}
 +
 
 +
.mp-item-box{
 +
  border:2px grey solid;
 +
  border-radius:10px;
 +
}
 +
 
 +
.mp-title{
 
   text-align:center;
 
   text-align:center;
 
   margin-top:1em;
 
   margin-top:1em;