update layout
This commit is contained in:
parent
bf99fbbba8
commit
915cdcb3b5
2 changed files with 6 additions and 2 deletions
|
@ -17,7 +17,11 @@ div.start {
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
p, a {
|
||||
a {
|
||||
color: $font_default;
|
||||
}
|
||||
|
||||
p {
|
||||
color: $font_default;
|
||||
font-size: $font_size_default;
|
||||
}
|
||||
|
|
|
@ -64,6 +64,6 @@
|
|||
{%- endblock %}
|
||||
</div>
|
||||
<footer>
|
||||
© Copyright 2022 by L3D under <a href="https://backwesen.de/voc/winkekatze.tv/src/branch/main/LICENCE">MIT License</a> | <a href="https://backwesen.de/voc/winkekatze.tv.git">Source Code</a>
|
||||
© Copyright {{ none|datetimeformat('YYYY', 'UTC') }} by L3D under <a href="https://backwesen.de/voc/winkekatze.tv/src/branch/main/LICENCE">MIT License</a> | <a href="https://backwesen.de/voc/winkekatze.tv.git">Source Code</a>
|
||||
</footer>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue