mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RelatedArticles
synced 2024-11-14 19:31:34 +00:00
Remove 70px margin-bottom in mobile view
Combined with the padding top of the footer, this results in a massive unused white space area between the related articles box and the footer, which is now removed. Extra points: Removed unused less import Bug: T138185 Change-Id: Iaf008977bce3c003fe0fad7c16ed6bf94aef60f9
This commit is contained in:
parent
c626837c2c
commit
66a05df808
|
@ -1,7 +1,4 @@
|
|||
@import "mediawiki.ui/variables";
|
||||
|
||||
.ra-read-more {
|
||||
margin-top: 35px;
|
||||
margin-bottom: 70px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue