diff --git a/resources/skins.vector.styles/Logo.less b/resources/skins.vector.styles/Logo.less index cf2cb90..297efaa 100644 --- a/resources/skins.vector.styles/Logo.less +++ b/resources/skins.vector.styles/Logo.less @@ -28,12 +28,14 @@ // the site title is not clipped. We may need to revisit this later // for projects with long site titles. .mw-logo-wordmark { + display: block; + margin: 0 auto; font-size: 1.4em; } .mw-logo-tagline { // For browsers which do not support flexbox. display: block; - margin-top: 5px; + margin: 5px auto 0; font-size: 0.7em; }