Difference between revisions of "Template:Team:Calgary/StyleSheets/styling.css"

Line 36: Line 36:
 
   /* make sure the background doesnt move when you scroll */
 
   /* make sure the background doesnt move when you scroll */
 
   background-attachment: fixed;
 
   background-attachment: fixed;
}
 
 
 
.pointer {
 
  max-width: 40px;
 
  vertical-align: middle;
 
  -webkit-transform: rotate(90deg);
 
  -moz-transform: rotate(90deg);
 
  -o-transform: rotate(90deg);
 
  -ms-transform: rotate(90deg);
 
  transform: rotate(90deg);
 
  margin-right: 10px;
 
  margin-top: 5px;
 
 
}
 
}
  
Line 126: Line 113:
 
     align-items: middle;
 
     align-items: middle;
 
     text-align: center;
 
     text-align: center;
margin: 0;
+
margin:1rem auto;
 
margin-left: -40rem;
 
margin-left: -40rem;
 
background-color: #e65c00;
 
background-color: #e65c00;

Revision as of 21:45, 22 June 2017