diff --git a/src/wp-content/themes/twentysixteen/css/editor-style.css b/src/wp-content/themes/twentysixteen/css/editor-style.css index 305519586c..ed48ce7f47 100644 --- a/src/wp-content/themes/twentysixteen/css/editor-style.css +++ b/src/wp-content/themes/twentysixteen/css/editor-style.css @@ -223,11 +223,11 @@ sub { vertical-align: baseline; } -sub { +sup { top: -6px; } -sup { +sub { bottom: -3px; }