Difference between revisions of "Template:Waterloo/style.css"

Line 1,130: Line 1,130:
 
   display: flex;
 
   display: flex;
 
   flex-flow: column;
 
   flex-flow: column;
 +
  justify-content: center;
 
   align-items: center;
 
   align-items: center;
 
}
 
}
Line 1,202: Line 1,203:
 
}
 
}
 
.landing #title {
 
.landing #title {
 +
  position: absolute;
 
   bottom: 5vw;
 
   bottom: 5vw;
 
   font-size: 1.15vw;
 
   font-size: 1.15vw;
Line 1,226: Line 1,228:
 
   position: relative;
 
   position: relative;
 
   display: flex;
 
   display: flex;
 +
  flex-flow: column;
 
   align-items: center;
 
   align-items: center;
 
   justify-content: center;
 
   justify-content: center;
  font-size: ;
 
 
}
 
}
 
+
.project-logo svg{
 +
  width: 30vw;
 +
}
 
.wcontent-box{
 
.wcontent-box{
 
   margin: 7.5vh 12.5vw;
 
   margin: 7.5vh 12.5vw;

Revision as of 02:06, 18 October 2016