forked from cms/tibi-svelte-starter
23 lines
385 B
Plaintext
23 lines
385 B
Plaintext
article,
|
|
.article {
|
|
overflow-wrap: anywhere;
|
|
border: 1px dashed @on-background;
|
|
|
|
& ~ article,
|
|
& ~ .article {
|
|
margin-top: @space-md;
|
|
}
|
|
|
|
.article-title {
|
|
color: @primary;
|
|
font-size: 2rem;
|
|
line-height: 2.4rem;
|
|
}
|
|
|
|
.article-subtitle {
|
|
color: @secondary;
|
|
font-size: 1.4rem;
|
|
line-height: 1.8rem;
|
|
}
|
|
}
|