Skip to content

Commit

Permalink
balancing out spacing and other tweaks
Browse files Browse the repository at this point in the history
Signed-off-by: cjyabraham <cjyabraham@gmail.com>
  • Loading branch information
cjyabraham committed Aug 9, 2022
1 parent 3e2b318 commit d1c891a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 16 deletions.
2 changes: 2 additions & 0 deletions website/assets/scss/_about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
}

.td-content > table {
margin-bottom: 2rem;
th {
text-transform: uppercase;
border-top: none;
Expand All @@ -51,5 +52,6 @@
}
td {
padding: 1rem;
border-bottom: 1px solid #dee2e6;
}
}
2 changes: 1 addition & 1 deletion website/assets/scss/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ h3 {
margin-top: 3rem;
}
> h2:not(:first-child) {
margin-top: 3rem;
margin-top: 4rem;
}
> h2 {
margin-bottom: 2.1rem;
Expand Down
2 changes: 0 additions & 2 deletions website/content/contributors/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ Non-code Projects
- **Chat:** CNCF Slack: `#glossary` and `#glossary-localizations` in [cloudnative.slack.com](https://cloud-native.slack.com/)
- **License:** Apache 2.0 license. Documentation is distributed under CC BY 4.0.

<div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>

Archived Projects
-----------------

Expand Down
6 changes: 3 additions & 3 deletions website/content/maintainers/governance/charter.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ different forms, and it’s often not called a charter at all, but instead takes
the form of a mission statement, scope, values / principles, and similar
concepts often found within the governance documents or project READMEs.

**Mission Statement**
## Mission Statement

For CNCF projects, we recommend including a mission statement that helps people
understand the purpose, advantages, and key features of your project in your
Expand All @@ -42,7 +42,7 @@ Examples:
observability, and reliability features to your Kubernetes stack with no
code change required.

**Scope**
## Scope

By clearly documenting what is in and out of scope for your project, you can
avoid misunderstandings about your project. The scope documentation helps end
Expand All @@ -63,7 +63,7 @@ Examples:
* The scope of CRI-O is tied to the scope of the CRI
([CRI-O scope doc](https://github.com/cri-o/cri-o#what-is-the-scope-of-this-project)).

**Values / Principles**
## Values / Principles

It is also good practice to include a statement of values or principles within
your governance documentation. While the scope includes information about
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14596,7 +14596,7 @@ h3 a:hover {
margin-top: 3rem; }

.td-content > h2:not(:first-child) {
margin-top: 3rem; }
margin-top: 4rem; }

.td-content > h2 {
margin-bottom: 2.1rem; }
Expand Down Expand Up @@ -14643,15 +14643,16 @@ h3 a:hover {
margin-top: 0;
height: 0; } }

.td-content > table th {
text-transform: uppercase;
border-top: none; }

.td-content > table tbody tr:nth-of-type(odd) {
background-color: unset; }

.td-content > table td {
padding: 1rem; }
.td-content > table {
margin-bottom: 2rem; }
.td-content > table th {
text-transform: uppercase;
border-top: none; }
.td-content > table tbody tr:nth-of-type(odd) {
background-color: unset; }
.td-content > table td {
padding: 1rem;
border-bottom: 1px solid #dee2e6; }

.video {
position: relative;
Expand Down

0 comments on commit d1c891a

Please sign in to comment.