Difference between revisions of "Team:SDU-Denmark/testnavfp"

Line 37: Line 37:
 
     left:0vw !important;
 
     left:0vw !important;
 
   }
 
   }
 +
}
  
  
 +
 +
@media only screen and (max-width: 768px) {
 +
  #navbarPosition {
 +
    width: 90vw;
 +
    left:0vw !important;
 +
  }
 +
}
 +
 +
 +
@media only screen and (max-width: 480px) {
 +
  #navbarPosition {
 +
    width: 90vw;
 +
    left:0vw !important;
 +
  }
 
}
 
}
  

Revision as of 14:38, 16 September 2017