microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
feat/a11y-pr6-docs

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

docs/docusaurus/src/pages/styles.module.css

24lines · modecode

1.section {
2 max-width: calc(100% - 48px);
3 margin: 0 24px;
4 padding: 48px 0;
5}
6
7.sectionCompact {
8 max-width: calc(100% - 48px);
9 margin: 0 24px;
10 padding: 24px 0;
11}
12
13.sectionTitle {
14 font-size: 34px;
15 font-weight: 600;
16 margin-bottom: 0;
17}
18
19.sectionSubtitle {
20 color: var(--ms-learn-text-subtle);
21 margin-top: 0;
22 margin-bottom: 24px;
23 font-size: 16px;
24}
25