lostplaces-frontend/components/04_Templates/codex/_codex.scss
2020-09-04 17:43:40 +02:00

22 lines
364 B
SCSS

.LP-TextSection{
margin-right: 3%;
width: 50%;
.LP-Paragraph{
font-family: $-primary-serif-font;
white-space: nowrap;
}
.LP-Link{
margin: 0 3px;
padding: 4px 4px;
}
.LP-UnorderedList{
font-family: $-primary-serif-font;
}
.LP-UnorderedList__Item{
margin-bottom: 0.75em;
}
}