Fixed some
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
				
			|||||||
.LP-Link {
 | 
					.LP-Link {
 | 
				
			||||||
    color: $-light-brown;
 | 
					    color: $-light-brown;
 | 
				
			||||||
    text-decoration: none;
 | 
					    text-decoration: none;
 | 
				
			||||||
    font-family: $-primary-serif-font;
 | 
					    font-family: $-primary-sans-serif-font;
 | 
				
			||||||
    &:hover {
 | 
					    &:hover {
 | 
				
			||||||
        color: $-grey;
 | 
					        color: $-grey;
 | 
				
			||||||
		text-decoration: underline;
 | 
							text-decoration: underline;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -14,6 +14,10 @@
 | 
				
			|||||||
        text-align: center;
 | 
					        text-align: center;
 | 
				
			||||||
        background-color: transparent;
 | 
					        background-color: transparent;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        .LP-Paragraph {
 | 
				
			||||||
 | 
					            margin-bottom: 0;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        .LP-Link{
 | 
					        .LP-Link{
 | 
				
			||||||
            display: block;
 | 
					            display: block;
 | 
				
			||||||
            padding: 15px 0;
 | 
					            padding: 15px 0;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -78,6 +78,10 @@
 | 
				
			|||||||
		left: 0;
 | 
							left: 0;
 | 
				
			||||||
		box-sizing: border-box;
 | 
							box-sizing: border-box;
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
 | 
							img {
 | 
				
			||||||
 | 
								object-fit: contain;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		&:target {
 | 
							&:target {
 | 
				
			||||||
			visibility: visible;
 | 
								visibility: visible;
 | 
				
			||||||
			display: grid;
 | 
								display: grid;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,7 +4,7 @@
 | 
				
			|||||||
        {{#each images}}
 | 
					        {{#each images}}
 | 
				
			||||||
        <li class="LP-ImageGrid__Item">
 | 
					        <li class="LP-ImageGrid__Item">
 | 
				
			||||||
            <a href="#{{this.current_id}}" class="LP-Link">
 | 
					            <a href="#{{this.current_id}}" class="LP-Link">
 | 
				
			||||||
                <img  class="LP-Image" src="{{this.url}}">
 | 
					                <img  class="LP-Image" src="{{this}}">
 | 
				
			||||||
            </a>
 | 
					            </a>
 | 
				
			||||||
            <span class="LP-ImageGrid__DeleteItem" title="Bild löschen">
 | 
					            <span class="LP-ImageGrid__DeleteItem" title="Bild löschen">
 | 
				
			||||||
                <a href="#" class="LP-Link">
 | 
					                <a href="#" class="LP-Link">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user