Difference between revisions of "Team:UCSC/CSS"

Line 958: Line 958:
 
/*===== SCREEN RESPONSIVENESS (MOBILE VERSION) =====*/
 
/*===== SCREEN RESPONSIVENESS (MOBILE VERSION) =====*/
  
/* When the screen is less than x pixels wide, hide all navbar links. Show the link that should open and close the topnav (.menu-icon) */
+
/* When the screen is less than x pixels wide, hide all navbar links. Show the link that should open and close the topnav (.menu-icon). If changing max-width, make sure to change JavaScript dropdown conditions in UCSC/NavBar as well! */
 
@media screen and (max-width: 1150px) {
 
@media screen and (max-width: 1150px) {
 
   .topnav .nav-logo {
 
   .topnav .nav-logo {

Revision as of 17:52, 17 September 2018