You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ozgurkon-site/themes/devfest-theme-hugo/assets/style/pages/_code_of_conduct.scss

19 lines
243 B

6 years ago
.page.code-of-conduct .content {
p {
6 years ago
margin-left: var(--space-4);
text-align: justify;
6 years ago
&::first-letter {
6 years ago
margin-left: var(--space-4);
6 years ago
}
}
ul {
margin-left: 2rem;
li {
line-height: 1.25;
}
}
}