Photo: Add a comma at end only if more than one line
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-06-02 15:11:05 +02:00
parent fe5a8e7746
commit 56d9caa86b
2 changed files with 8 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
.photo {
/*
** Location
*/
@@ -13,6 +12,7 @@
margin-bottom: 56px;
}
// Street name
h2 {
text-align: left;
@@ -22,7 +22,8 @@
}
.line {
overflow: hidden;
padding-bottom: 3px;
margin: -12px 0 -16px;
padding: 12px 0;
display: block;
span {