Files
website/static/css/community.css
Misty Linville 85e3040dfa Use static content for code of conduct (#9355)
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
2018-07-09 12:12:17 -07:00

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;
}