lostplaces-frontend/components/04_Templates/codex/_codex.scss

19 lines
322 B
SCSS

.LP-TextSection{
margin-right: 25%;
.LP-Paragraph{
white-space: nowrap;
}
.LP-Link{
margin: 0 3px;
padding: 4px 4px;
}
.LP-UnorderedList{
font-family: $-primary-serif-font;
font-size: 1.4rem;
li{
margin-bottom: 0.75em;
}
}
}