diff --git a/wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss b/wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss
index 4bbd9cf..502fdf6 100644
|
a
|
b
|
|
| 205 | 205 | line-height: $font__line-height-heading; |
| 206 | 206 | text-shadow: none; |
| 207 | 207 | padding: calc( .5 * #{$size__spacing-unit} ) calc( 24px + #{$size__spacing-unit} ) calc( .5 * #{$size__spacing-unit} ) $size__spacing-unit; |
| 208 | | white-space: nowrap; |
| | 208 | max-width: #{20 * $size__spacing-unit}; |
| 209 | 209 | |
| 210 | 210 | &:hover, |
| 211 | 211 | &:focus { |
diff --git a/wp-content/themes/twentynineteen/style.css b/wp-content/themes/twentynineteen/style.css
index ccf9014..6a628a9 100644
|
a
|
b
|
body.page .main-navigation {
|
| 2946 | 2946 | line-height: 1.2; |
| 2947 | 2947 | text-shadow: none; |
| 2948 | 2948 | padding: calc( .5 * 1rem) calc( 24px + 1rem) calc( .5 * 1rem) 1rem; |
| 2949 | | white-space: nowrap; |
| | 2949 | max-width: 20rem; |
| 2950 | 2950 | } |
| 2951 | 2951 | |
| 2952 | 2952 | .main-navigation .sub-menu > li > a:hover, .main-navigation .sub-menu > li > a:focus, |