refactor(v2): remove extra padding from doc item container (#4945)

This commit is contained in:
Alexey Pyltsyn 2021-06-15 17:15:54 +03:00 committed by GitHub
parent 9efa550cd5
commit 52f19e15f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}