diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index 5e497feae8..04c99f38ad 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/wp-content/themes/twentyfifteen/style.css @@ -3993,6 +3993,10 @@ span > video { padding: 5% 10%; } + .pagination { + margin: 8.333% 8.333% 0; + } + .pagination .nav-links { min-height: 3.2em; }