forked from oyd/ozgurkon-2020-site
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.
19 lines
243 B
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;
|
||
|
}
|
||
|
}
|
||
|
}
|