feat: tweak page header top margin

This commit is contained in:
alistair3149 2021-04-19 14:55:57 -04:00
parent 66a9a29bbf
commit f0d2a4ef1e
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -17,7 +17,7 @@
.mw-body-header {
display: flex;
flex-wrap: wrap;
margin-top: @content-margin-top;
margin-top: @content-margin-top * 1.5;
margin-bottom: @content-margin-top;
}