small changes to notes

This commit is contained in:
Norm Rasmussen
2023-02-10 15:15:33 -05:00
parent ad47dfbf9f
commit 747bb47464
22 changed files with 633 additions and 437 deletions

View File

@ -282,7 +282,7 @@ HOMEPAGE */
justify-content: flex-end;
height: 30px;
color: #001588;
font-size: 16px;
font-size: 10px;
font-weight: 400;
}
@ -305,6 +305,24 @@ HOMEPAGE */
display: block;
height: 0.2rem;
}
@media screen and (min-width: 550px){
.np-sub-navigation-content-item-link {
font-size: 12px;
}
}
@media screen and (min-width: 650px){
.np-sub-navigation-content-item-link {
font-size: 14px;
}
}
@media screen and (min-width: 850px){
.np-sub-navigation-content-item-link {
font-size: 16px;
}
}
/* END */
/* SUB NAVIGATION */