More Tweaking

This commit is contained in:
2020-09-29 22:21:08 +02:00
parent c190940fff
commit 1bd1797281
2 changed files with 45 additions and 8 deletions

View File

@@ -27,16 +27,21 @@
padding: 0;
margin: 0;
margin-top: 5px;
font-size: 0.9rem;
font-size: 1.3rem;
}
.LP-Headline{
font-family: $-primary-sans-serif-font;
color: $-grey;
font-size: 1rem;
font-size: 2rem;
padding: 0px;
margin: 0px;
}
.LP-Icon {
height: 2em;
width: 2em;
}
}
.LP-PlaceTeaser__Description{
@@ -44,6 +49,9 @@
color: $-grey;
order: 3;
flex-basis: 100%;
.LP-Paragraph {
font-size: 22px;
}
}
}
@@ -65,12 +73,17 @@
.LP-PlaceTeaser__Meta{
margin: 0;
padding: 5px;
padding-left: 25px;
display: flex;
flex-wrap: nowrap;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
gap: unset;
.LP-Headline, .LP-Paragraph {
font-size: unset;
}
.LP-PlaceTeaser__Info{
.LP-Headline{
@@ -86,12 +99,22 @@
margin: 0;
}
}
.LP-Icon {
height: 20px;
width: 20px;
}
}
.LP-PlaceTeaser__Description{
display: block;
max-height: 55px;
overflow: hidden;
order: unset;
.LP-Paragraph {
font-size: unset;
}
}
.LP-PlaceTeaser__Image{