mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
refactor(v2): remove extra padding from doc item container (#4945)
This commit is contained in:
parent
9efa550cd5
commit
52f19e15f0
|
|
@ -5,11 +5,6 @@
|
|||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
.docItemContainer {
|
||||
margin: 0 auto;
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
|
||||
.docItemContainer header + * {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
@ -34,9 +29,3 @@
|
|||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 996px) {
|
||||
.docItemContainer {
|
||||
padding: 0 0.3rem;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue