diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index 4aee76388c..ecd0336b42 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/wp-content/themes/twentyfifteen/style.css @@ -1398,7 +1398,8 @@ img.aligncenter { text-transform: uppercase; } -.widget > :last-child { +.widget > :last-child, +.widget > nav > :last-child { margin-bottom: 0; }