21 lines
281 B
SCSS
21 lines
281 B
SCSS
.LP-Content{
|
|
padding: 35px;
|
|
}
|
|
|
|
@media (max-width: 1290px){
|
|
.LP-Content{
|
|
padding: 15px;
|
|
}
|
|
}
|
|
|
|
.LP-TextSection{
|
|
|
|
&__Text {
|
|
font-family: $-primary-serif-font;
|
|
font-size: 1.4rem;
|
|
.LP-Link{
|
|
margin: 0 3px;
|
|
}
|
|
}
|
|
}
|