Difference between revisions of "Team:UCSC/CSS-2"

Line 156: Line 156:
 
   color: var(--navbar-txt-color, white);
 
   color: var(--navbar-txt-color, white);
 
   font-size: 17px;
 
   font-size: 17px;
 +
  font-size: calc(14px + (17 - 14) * ((100vw - 1020px) / (1600 - 1020))) !important;
 
   line-height: 100%;
 
   line-height: 100%;
 
   text-transform: uppercase;
 
   text-transform: uppercase;
Line 209: Line 210:
 
.topnav .nav-links-container a:not(.nav-logo) {
 
.topnav .nav-links-container a:not(.nav-logo) {
 
   padding: 14px 16px; /* Might need to change */
 
   padding: 14px 16px; /* Might need to change */
  font-size: calc(14px + (17 - 14) * ((100vw - 1020px) / (1600 - 1020))) !important;
+
/*  font-size: calc(14px + (17 - 14) * ((100vw - 1020px) / (1600 - 1020))) !important; */
 
}
 
}
  

Revision as of 19:56, 26 September 2018