mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-20 11:37:52 +02:00
refactor(v2): remove extra padding from doc item container (#4945)
This commit is contained in:
parent
9efa550cd5
commit
52f19e15f0
1 changed files with 0 additions and 11 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue