Difference between revisions of "Team:IISER-Kolkata/team.css"

 
Line 53: Line 53:
 
     font-size: 2vmax !important;
 
     font-size: 2vmax !important;
 
}
 
}
.devbois, #special {
+
.devbois {
 
     display: flex;  
 
     display: flex;  
 
     flex-direction: column;   
 
     flex-direction: column;   
Line 60: Line 60:
 
     align-items: center;
 
     align-items: center;
 
}
 
}
.devbois p, #special p {
+
.devbois p {
 
     width: 100% !important;
 
     width: 100% !important;
 
     text-align: center !important;
 
     text-align: center !important;
 
}
 
}

Latest revision as of 13:57, 15 October 2018

.pagelink#teamMenu a {

   color: plum;

}

  1. sidenav {

background-color: plum; } .subpage h1.subheading {

  border-bottom: 0.3vw solid plum !important;

}

  1. groupphoto {
   width: 50vw;
   height: auto;
   margin: 2vmax;
   background-color: white;

} .person { display: flex;

   width: 90%;
   height: auto;
   margin: 1vmax 0vmax 1vmax 0vmax;
   align-items: center;
   justify-content: space-around;

} .photo { width: 18vw;

   height: auto;
   margin: 2vmax;
   border-radius: 20%;

} .details { display: flex; flex-direction: column; align-items: center; width: 60%;

   height: auto;
   margin: 2vmax;

} .details p { width: 100% !important; }

  1. webdev {
   display: flex;   
   flex-wrap: wrap;
   width: 100%;
   height: auto;
   margin: 1vmax 0vmax 1vmax 0vmax;
   justify-content: space-around;

} p#bigfont {

   width: 100%; width: 100% !important;
   text-align: center !important;
   font-size: 2vmax !important;

} .devbois {

   display: flex; 
   flex-direction: column;  
   width: 40%;
   height: auto;
   align-items: center;

} .devbois p {

   width: 100% !important;
   text-align: center !important;

}