mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-05 17:03:58 +03:00
Сделал дату
This commit is contained in:
parent
544a15f612
commit
176cff1154
2 changed files with 6 additions and 4 deletions
|
@ -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 %}
|
||||||
|
|
|
@ -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%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue