Merge "[modern] Center the logo tagline beneath the wordmark"

This commit is contained in:
jenkins-bot 2020-05-13 17:55:37 +00:00 committed by Gerrit Code Review
commit 8950f60eba
1 changed files with 3 additions and 1 deletions

View File

@ -28,12 +28,14 @@
// the site title is not clipped. We may need to revisit this later // the site title is not clipped. We may need to revisit this later
// for projects with long site titles. // for projects with long site titles.
.mw-logo-wordmark { .mw-logo-wordmark {
display: block;
margin: 0 auto;
font-size: 1.4em; font-size: 1.4em;
} }
.mw-logo-tagline { .mw-logo-tagline {
// For browsers which do not support flexbox. // For browsers which do not support flexbox.
display: block; display: block;
margin-top: 5px; margin: 5px auto 0;
font-size: 0.7em; font-size: 0.7em;
} }