Difference between revisions of "Team:Stanford-Brown/css/custom"

Line 18: Line 18:
 
}
 
}
  
/*-------Moving team down ------- */
+
/*-------Moving jumbotron team down ------- */
  
 
.jumbotron {
 
.jumbotron {
margin-top: 100px;
+
margin-top: 80px;
 
margin-bottom: 20px;
 
margin-bottom: 20px;
 
}
 
}

Revision as of 21:36, 19 August 2015

/*----------Font-----------*/

p { font-size: 0.8em; }

.text-muted { font-size: 0.9em; }


/*------- Navbar ---------*/


.navbar {

 margin-top: 15px;

}

/*-------Moving jumbotron team down ------- */

.jumbotron { margin-top: 80px; margin-bottom: 20px; }

/*-------Team Pictures----------*/

.pic { margin-bottom: 30px; }

/* ------Footer--------*/

ul.unstyled {

  list-style: none;
  padding: 0;

}


/*--------Pfold ------*/

.foldingStuff { height:500px !important; }

.uc-initial-content { text-align:center; background-color:blue;

}

.uc-final-content{ text-align:center; background-color:purple; z-index: 10; }