85e3040dfa
Move the code of conduct page under /community Add redirect Use text from CNCF COC and note the revision we imported it at Add note to top of imported file not to edit it directly
20 lines
345 B
CSS
20 lines
345 B
CSS
div.community_main h1, h2, h3 {
|
|
border-bottom: 1px solid #cccccc;
|
|
margin-bottom: 30px;
|
|
padding-bottom: 10px;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
div.community_main {
|
|
padding: 50px 100px;
|
|
}
|
|
|
|
div.community_main ul,
|
|
div.community_main li {
|
|
list-style: disc;
|
|
list-style-position: inside;
|
|
padding: 10px 0;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
}
|