lostplaces-frontend/components/02_Molecules/textSection/_textSection.scss

20 lines
282 B
SCSS
Raw Normal View History

2020-07-17 17:55:46 +02:00
.LP-Content{
padding: 35px;
}
@media (max-width: 1290px){
.LP-Content{
padding: 15px;
}
2020-07-17 17:55:46 +02:00
}
.LP-TextSection{
&__Text {
2020-07-17 17:55:46 +02:00
line-height: 1.4rem;
.LP-Link{
font-family: $-primary-serif-font;
margin: 0 3px;
}
2020-07-17 17:55:46 +02:00
}
}