22 lines
364 B
SCSS
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;
|
|
}
|
|
} |