[modern] Center the logo tagline beneath the wordmark

Bug: T252430
Change-Id: If16fa9e70c52a8cb51b4f297d0ed7db8e72cebcb
This commit is contained in:
AronDemian 2020-05-11 20:43:07 +02:00 committed by VolkerE
parent 9581bdaa09
commit 450f7d237a
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
// 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;
}