Compare commits
No commits in common. "f35ca8c818f46ba67fa7ee872c14005a9667c71b" and "802134db1458fdafa47ee4bef0b70939cf3f8349" have entirely different histories.
f35ca8c818
...
802134db14
@ -49,7 +49,6 @@
|
||||
color: $-grey;
|
||||
order: 3;
|
||||
flex-basis: 100%;
|
||||
|
||||
.LP-Paragraph {
|
||||
font-size: 22px;
|
||||
}
|
||||
@ -65,7 +64,6 @@
|
||||
height: 165px;
|
||||
}
|
||||
}
|
||||
|
||||
.LP-PlaceTeaser--extended{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@ -83,8 +81,7 @@
|
||||
align-items: flex-start;
|
||||
gap: unset;
|
||||
|
||||
.LP-Headline,
|
||||
.LP-Paragraph {
|
||||
.LP-Headline, .LP-Paragraph {
|
||||
font-size: unset;
|
||||
}
|
||||
|
||||
@ -117,11 +114,6 @@
|
||||
|
||||
.LP-Paragraph {
|
||||
font-size: unset;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 2;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2,12 +2,11 @@
|
||||
"name": "Lostplaces",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"@frctl/fractal": "^1.5.2",
|
||||
"@frctl/fractal": "^1.3.0",
|
||||
"fractal": "0.0.3",
|
||||
"lodash": "^4.17.20",
|
||||
"node-sass": "^4.14.1",
|
||||
"sass": "^1.30.0",
|
||||
"sass-loader": "^10.0.5"
|
||||
"sass": "^1.26.11"
|
||||
},
|
||||
"scripts": {
|
||||
"sass": "node-sass -w components/main.scss -o public/ --recursive",
|
||||
|
@ -923,8 +923,7 @@ body {
|
||||
justify-content: space-between;
|
||||
align-items: flex-start;
|
||||
gap: unset; }
|
||||
.LP-PlaceTeaser--extended .LP-PlaceTeaser__Meta .LP-Headline,
|
||||
.LP-PlaceTeaser--extended .LP-PlaceTeaser__Meta .LP-Paragraph {
|
||||
.LP-PlaceTeaser--extended .LP-PlaceTeaser__Meta .LP-Headline, .LP-PlaceTeaser--extended .LP-PlaceTeaser__Meta .LP-Paragraph {
|
||||
font-size: unset; }
|
||||
.LP-PlaceTeaser--extended .LP-PlaceTeaser__Meta .LP-PlaceTeaser__Info .LP-Headline {
|
||||
font-size: 28px; }
|
||||
@ -942,12 +941,7 @@ body {
|
||||
overflow: hidden;
|
||||
order: unset; }
|
||||
.LP-PlaceTeaser--extended .LP-PlaceTeaser__Description .LP-Paragraph {
|
||||
font-size: unset;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 2;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis; }
|
||||
font-size: unset; }
|
||||
.LP-PlaceTeaser--extended .LP-PlaceTeaser__Image {
|
||||
height: 165px;
|
||||
width: 280px;
|
||||
|
Loading…
Reference in New Issue
Block a user