16 lines
370 B
CSS
16 lines
370 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.
|
|
*/
|
|
|
|
.enhancedAnchor {
|
|
top: calc(var(--ifm-navbar-height) * -1 - 0.5rem);
|
|
}
|
|
|
|
.h1Heading {
|
|
font-size: 3rem;
|
|
margin-bottom: calc(var(--ifm-leading-desktop) * var(--ifm-leading));
|
|
}
|