Skip to content

Commit

Permalink
Move contact.png to assets/images
Browse files Browse the repository at this point in the history
  • Loading branch information
Programie committed Oct 5, 2023
1 parent 916c6df commit d191c02
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
File renamed without changes
8 changes: 8 additions & 0 deletions src/main/resources/assets/style/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,12 @@ a {
height: 128px;
margin-top: auto;
margin-bottom: auto;
}

#imprint-support {
display: block;
background-image: url("../images/contact.png");
background-repeat: no-repeat;
width: 168px;
height: 23px;
}
2 changes: 1 addition & 1 deletion src/main/resources/views/imprint.twig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Michael Wieland<br/>
Auwiesenstrasse 12<br/>
76593 Gernsbach<br/>
<img src="/contact.png"/>
<span id="imprint-support"></span>
</p>

<h3>Accountability for content</h3>
Expand Down

0 comments on commit d191c02

Please sign in to comment.