mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
Merge "[modern] Center the logo tagline beneath the wordmark"
This commit is contained in:
commit
8950f60eba
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue