small changes to notes
This commit is contained in:
@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user