docusaurus/packages/docusaurus-theme-classic/src/theme/DocItem/styles.module.css

33 lines
627 B
CSS

/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
.docItemContainer article > *:first-child,
.docItemContainer header + * {
margin-top: 0;
}
.lastUpdated {
margin-top: 0.2rem;
font-style: italic;
font-size: smaller;
}
@media only screen and (min-width: 997px) {
.docItemCol {
max-width: 75% !important;
}
.lastUpdated {
text-align: right;
}
/* Prevent hydration FOUC, as the mobile TOC needs to be server-rendered */
.tocMobile {
display: none;
}
}