Changes

no edit summary
Line 1: Line 1:  
/***** CSS placed here will be applied to all skins on the entire site. *****/
 
/***** CSS placed here will be applied to all skins on the entire site. *****/
/*FrontPage*/
+
/*Vertical Alignment*/
 
+
.maps {
 +
  position: relative;
 +
  top: 50%;
 +
  transform: translateY(-50%);
 +
}
 
/* Language specific CSS */
 
/* Language specific CSS */
 
:lang(zh) {
 
:lang(zh) {