I increased the size of the dropdown menu font from 17 to 18.
.top-bar-section ul li.has-dropdown ul.dropdown li:not(.has-form):not(.active) > a:not(.button) {
background: #1d3961;
line-height: normal;
- font-size: 1.0625rem;
+ font-size: 1.125rem;
font-weight: normal;
text-transform: none;
padding: 13px 0 13px 15px;
.top-bar-section ul li.has-dropdown ul.dropdown li.active:not(.has-form) > a:not(.button) {
background: #1d3961;
line-height: normal;
- font-size: 1.0625rem;
+ font-size: 1.125rem;
font-weight: normal;
text-transform: none;
padding: 13px 0 13px 15px;
& > a:not(.button) {
background: $d-blue;
line-height: normal;
- font-size: rem-calc(17);
+ font-size: rem-calc(18);
font-weight: normal;
text-transform: none;
padding: 13px 0 13px 15px;
& > a:not(.button) {
background: $d-blue;
line-height: normal;
- font-size: rem-calc(17);
+ font-size: rem-calc(18);
font-weight: normal;
text-transform: none;
padding: 13px 0 13px 15px;