Fixed some

This commit is contained in:
reverend 2021-10-02 09:04:40 +02:00
parent 6c5ce4a6ee
commit c5f6a6525e
4 changed files with 10 additions and 2 deletions

View File

@ -1,7 +1,7 @@
.LP-Link {
color: $-light-brown;
text-decoration: none;
font-family: $-primary-serif-font;
font-family: $-primary-sans-serif-font;
&:hover {
color: $-grey;
text-decoration: underline;

View File

@ -14,6 +14,10 @@
text-align: center;
background-color: transparent;
.LP-Paragraph {
margin-bottom: 0;
}
.LP-Link{
display: block;
padding: 15px 0;

View File

@ -78,6 +78,10 @@
left: 0;
box-sizing: border-box;
img {
object-fit: contain;
}
&:target {
visibility: visible;
display: grid;

View File

@ -4,7 +4,7 @@
{{#each images}}
<li class="LP-ImageGrid__Item">
<a href="#{{this.current_id}}" class="LP-Link">
<img class="LP-Image" src="{{this.url}}">
<img class="LP-Image" src="{{this}}">
</a>
<span class="LP-ImageGrid__DeleteItem" title="Bild löschen">
<a href="#" class="LP-Link">