Changes

Jump to navigation Jump to search
m
Reverted edits by Xu6ing (talk) to last revision by Metissuns
Line 32: Line 32:  
   background-size: cover;
 
   background-size: cover;
 
}
 
}
        Line 61: Line 60:  
flex-direction:column;
 
flex-direction:column;
 
width:49%;
 
width:49%;
   
}
 
}
    
#about-container{
 
#about-container{
 
width:100%;  
 
width:100%;  
height:100%;
      
}
 
}
    
#categories-container{
 
#categories-container{
width:70%;
+
width:100%;
display:block;
+
 
margin-left:auto;
  −
margin-right:auto;
   
margin-top:2%;
 
margin-top:2%;
 
}
 
}
Line 90: Line 85:  
}
 
}
    +
.mp-title a{
 +
  color:initial;
 +
  text-decoration:none;
 +
  background-image: linear-gradient(#0645ad, #0645ad);
 +
  background-size: 100% 1px, auto;
 +
  background-repeat: no-repeat;
 +
  background-position: left bottom;
 +
  transition: all .2s ease-out;
 +
}
    +
.mp-title a:hover{
 +
  background-size: 100% 100%, auto;
 +
  color:white;
 +
  text-decoration:none;
 +
}
    
.mp-item-box{
 
.mp-item-box{
Line 110: Line 119:  
}
 
}
    +
.mp-category a{
 +
  color:initial;
 +
  text-decoration:none;
 +
  background-image: linear-gradient(#0645ad, #0645ad);
 +
  background-size: 100% 1px, auto;
 +
  background-repeat: no-repeat;
 +
  background-position: left bottom;
 +
  transition: all .2s ease-out;
 +
}
 +
 +
.mp-category a:hover{
 +
  background-size: 100% 100%, auto;
 +
  color:white;
 +
  text-decoration:none;
 +
}
    
.fc-text{
 
.fc-text{
Line 135: Line 159:  
   justify-items:center;
 
   justify-items:center;
 
   align-items:center;
 
   align-items:center;
justify-content: center;
+
justify-content: space-around;
 
   width:100%;
 
   width:100%;
   row-gap:0px;
+
   grid-gap: 10px;
  column-gap:1px;
   
   grid-template-columns: repeat(auto-fill, 220px);  
 
   grid-template-columns: repeat(auto-fill, 220px);  
 
   margin-bottom:5%;
 
   margin-bottom:5%;
Line 154: Line 177:  
.mp-category-grid{
 
.mp-category-grid{
 
   display: grid;
 
   display: grid;
  justify-items:center;
+
  justify-items:center;
   align-items:center;
+
   justify-content: space-around;
justify-content: center;
   
   width:100%;
 
   width:100%;
   row-gap:0px;
+
   grid-gap: 2%;
  column-gap:1px;
   
   grid-template-columns: repeat(auto-fill, 100px);
 
   grid-template-columns: repeat(auto-fill, 100px);
   Line 165: Line 186:     
.mp-category-grid>* {
 
.mp-category-grid>* {
   width: 100px;
+
   width: 60px;
  height: 150px;
   
   text-align:center;
 
   text-align:center;
  border-radius:10px;
  −
  border:1px grey solid;
   
}
 
}
   Line 183: Line 201:  
     height: auto;
 
     height: auto;
 
     width: auto;
 
     width: auto;
}
  −
  −
.fc-img{
  −
margin-bottom:2em;
  −
text-align:center;
  −
width:200px;
  −
min-height: 200px;
  −
max-height: 200px;
  −
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);
   
}
 
}
  

Navigation menu