Сделал дату

This commit is contained in:
Данил 2024-10-20 11:06:35 +03:00
parent 544a15f612
commit 176cff1154
2 changed files with 6 additions and 4 deletions

View file

@ -43,6 +43,7 @@
<div class="wallpaper-text"> <div class="wallpaper-text">
<div class="wallpaper-desc"> <div class="wallpaper-desc">
<h1 class="title">{{info.title}}</h1> <h1 class="title">{{info.title}}</h1>
<p class="date">Date: {{ info.date }}</p>
{% if info.copyright %} {% if info.copyright %}
<p class="copyright">Copyright: {{info.copyright}}</p> <p class="copyright">Copyright: {{info.copyright}}</p>
{% endif %} {% endif %}

View file

@ -23,9 +23,10 @@ img {
text-align: center; text-align: center;
} }
.copyright { .copyright, .date {
font-size: 110%; font-size: 110%;
width: 90%; width: 90%;
margin-top: 2%;
} }
p { p {
@ -70,7 +71,7 @@ img {
width: 90%; width: 90%;
} }
.copyright { .copyright, .date {
font-size: 125%; font-size: 125%;
width: 90%; width: 90%;
} }
@ -113,7 +114,7 @@ img {
margin-top: 2%; margin-top: 2%;
} }
.copyright { .copyright, .date {
font-size: 150%; font-size: 150%;
width: 90%; width: 90%;
} }
@ -151,7 +152,7 @@ img {
width: 90%; width: 90%;
} }
.copyright { .copyright, .date {
font-size: 120%; font-size: 120%;
} }